Git Commands
1. git pull # transfer latest build
2. git status # file(build, branch) Status
3. git add . # add all to git ( or git add )
3. git commit –a –m ‘comment’ # comment about push or changes inside a code
4. git push -u origin master # push latest build or latest changes to server
few other commands:
git diff # branch changes
git branch –v # branch
git add test/login/ initializing
git config –global –list
2. git status # file(build, branch) Status
3. git add . # add all to git ( or git add )
3. git commit –a –m ‘comment’ # comment about push or changes inside a code
4. git push -u origin master # push latest build or latest changes to server
few other commands:
git diff # branch changes
git branch –v # branch
git add test/login/ initializing
git config –global –list
Comments
Post a Comment