Skip to content

Latest commit

 

History

48 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

GITCheatSheets

GIT Cheat Sheets

    create a new repository
    --------------------------------------
    git init
    git add README.md
    git commit -m "first commit"
    git remote add origin https://github.com/johnyshaik82/GITCheatSheets.git
    git push -u origin master

    push an existing repository
    --------------------------------------
    git remote add origin https://github.com/johnyshaik82/GITCheatSheets.git
    git push -u origin master

Few cool tips are here: https://gist.github.com/hofmannsven/6814451 https://chris.beams.io/posts/git-commit/

About

GIT Cheat Sheets

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors