| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Before begin coding, checkout master.
pull master, to get the latest version
checkout your working branch
merge your working branch with master
you ready to add code to your branch
After you done, editing you push to your branch
checkout master
merge master with your edited branch
now you ready to push in master
"git clone URL-of-repositoty" to clone the project
"git pull" to load the latest version of project
"git add ." all files will be ready to push
"git commit -m "message" " version identification before push
"git push" will update the git latest with current version
"git checkout branchName" to switch between branchs
"git merge currentBranch OtherBranch" to merge my current banch with another branch
| Back | FazBrowse Home | New Git URL |