Java and Eclipse Plugin Development
Java, Eclipse Plugin Development and best software development practices
Monday, March 2, 2015
GIT: some useful git commands for my reference
To delete a local branch:
> git branch -d <branch name>
To checkout to remote branch
> git fetch
> git checkout <branchname>
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment