-
Notifications
You must be signed in to change notification settings - Fork 0
goumoup/gitnotes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published