Last active
April 27, 2020 07:42
-
-
Save alpianon/e608ee369c10431ca3478f39d0dc1753 to your computer and use it in GitHub Desktop.
install my modified inline-git-diff for Atom in linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/.atom/packages | |
git clone https://github.com/alpianon/inline-git-diff.git | |
mv atom-inline-git-diff inline-git-diff | |
cd inline-git-diff | |
apm install | |
# then restart Atom... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment