Sim
Sim
issue #493 like: --- a/hello.txt +++ b/hello.txt @@ -1 +1,2 @@ -hello world! \ No newline at end of file + hello world! + new line \ No newline at...
What to fix? #491 --- Why it is failed? Git root is failed to get after create new view window. Because a new view window will be created by new_file()...
Start Sublime Text with empty project. Open a file from any Git repository folder, but don't add that folder to project. Make some changes in file. Try: - Run Git:...
refer to issue #492 - Run Git: Graph All to show history as Graph. - Highlight Hash ID of commits (or just leave cursor stay on the word of Hash...
Sometimes we need to review series of commits from someone in a period of time.  We have to do such like: 1) Show each commit one by one in...
results in Git 2.10.0 and Beyond Compare 4.1.6 steps: 1. add hello.txt with contain "hello world!" and make commit with it 2. append "new line" into hello.txt 3. run Git:...