What are some GUI clients for Git?
git gui - graphical commit tool, in Tcl/Tk, distributed with Git (usually ingit-gui
package)
git-cola - uses PyQt4
install all git gui tools
sudo apt-get update && sudo apt-get install git-all
Usage of git Gui
1)Project folder -> git gui
2)add the what are the files need to be commit
3)Add the git commit name
4)git push origin master
git-cola also same as the git gui
git-cola also same as the git gui
Comments
Post a Comment