You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MVC pattern applied
With these new design pattern, now you can read and modify our source code easier than before
Branch management functionalities added
Now we support basic CRUD operations related to git branch. Also When you checkout a specific branch, you can see the content of browser automatically fitting into the branch status.
Merge and Auto aborting when conflict happened
You can merge one branch to current branch by just clicking 'merge' button. When there is a conflict in merge process, we are aborting the merge process automatically to make it simple.
Graphical commit history log
You can see an interactive commit graph by clicking 'git log' graph. If you click the orange-colored circle, you can check more details about the commit object.
Git clone interface
We implemented public/private clone from github. When you initially put token information during private clone, you don't need to give the same inputs next time because pretty-git store the informations in your global git configuration file.