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
$> 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