Tuesday, June 19, 2018

About GIT UI installation & command

GIT UI installation command:
$> sudo apt-get install git-gui

how to use git ui interface?
step-1: open terminal at the codebase
step-2: type: git gui

Other GIT useful command?
1. git branch
2. git status
3. git fetch && git checkout branchname
4. git stash pop

No comments:

Post a Comment

How to run standalone mock server on local laptop

 Please download the standalone wiremock server from Direct download section at the bottom of the page.  Download and installation Feel fre...