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

Comments

Popular posts from this blog

End-to-End Test

What is Exploratory testing

By my assumption: Why do you need Back End testing: