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

Robot Framework vs Cucumber

Performance Testing of RESTful APIs Using JMeter

Verification displayed number of rows inside table by Robot Framework