Skip to content

goumoup/gitnotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

init a REPO:
mkdir REPO
git init 
git add README
git commit -m 'first commit'
git remote add origin https://github.com/pbodymind/REPO.git
git push origin master

--------
making a commit:

git add file
git commit -m "message"
git push origin master

--------
checkout:

git pull origin master

About

gitnotes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published