I. Download and install Smartgit
Operation under the terminal:
-Execute command: cd/opt
-Execute command: wget http://haxibiao.com/work/smartgit.tar.gz
-Execute command: Tar xvf smartgit.tar.gz
-Execute command: CD smartgit/bin
Second, add smartgit to dash menu
Under the Smartgit directory:
-Execute command: CD./add-menuitem.sh
At this point in the Dash menu is added Smartgit, you can start, and then locked to the boot bar third, run Smartgit
1. First Run select Non-commercial use (with all features but no support)
2. Choose to add an existing project
iv. use of Smartgit
Software interface
Submitting files
Right click on files Select Commit to submit file
The commit message is a submitted version of the comment that must be filled in.
Commit is committed to the local git library.
Commit&push is submitted to the local Git library and submitted to GitHub.
After the commit succeeds, the files in the file form are missing. There are 5 buttons in the upper-right corner of the files form to set which files to display.
Right-click the item, select Log, and you can see the two commit records.
Right-click the first version of the record, choose Reset to return to this version. Reset has three modes to choose from, mixed, soft, hard.
Mixed: Work area unchanged, reset registers, reset current branch
Soft: Work area unchanged, registers unchanged, reset current Branch
Hard:reset work area, reset registers, reset current branch
V. Habits of Use
Before you push to a remote server, first pull the latest version from the server
Before you push, check with your own modified version and click on the Review button in the upper right corner to compare the old and new versions