Skip to content

MLDSBigGuy/git-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

git-commands

GIT basic commands:

git clone git status git add file1 git commit -m "message" git push

git branch branch1 git branch git checkout branch1 git add -A git commit //lets pull latest master and merge before pushing git checkout master git pull git checkout branch1 git merge master // git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published