X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=pep-103.txt;h=803dad823a283245e0dd9ad4aa397844a3b54bf5;hb=0daad6c4ea795d6f7fea9f043b45160e7a26f8e6;hp=ab0c601b942d6a570604a22659344f9593a4fd1d;hpb=5e64ab7a3b9a94de622dc7d816b4b81cdd8a7749;p=git-wiki.git diff --git a/pep-103.txt b/pep-103.txt index ab0c601..803dad8 100644 --- a/pep-103.txt +++ b/pep-103.txt @@ -92,7 +92,7 @@ MacOS X: use git installed with `XCode install git with `Homebrew `_: ``brew install git``. `git-cola `_ (`repository -`_) is a Git GUI written in +`__) is a Git GUI written in Python and GPL licensed. Linux, Windows, MacOS X. `TortoiseGit `_ is a Windows Shell Interface @@ -440,7 +440,7 @@ Read `how to recover from upstream rebase `_. It is in ``git help rebase``. -On the other hand don't be too afraid about commit editing. You can +On the other hand, don't be too afraid about commit editing. You can safely edit, reorder, remove, combine and split commits that haven't been pushed yet. You can even push commits to your own (backup) repo, edit them later and force-push edited commits to replace what have @@ -969,12 +969,12 @@ and communication. Among these environments are `Kallithea `_ and `pagure `_, both are written in Python; pagure was written by Fedora developers and is being used to develop some Fedora projects. `GitPrep -`_ is yet another Github clone, +`_ is yet another GitHub clone, written in Perl. `Gogs `_ is written in Go. `GitBucket `_ is written in Scala. -And last but not least, `Gitlab `_. It's +And last but not least, `GitLab `_. It's perhaps the most advanced web-based development environment for git. Written in Ruby, community edition is free and open source (MIT license). @@ -1018,6 +1018,17 @@ developers `_ that documents a few differences between git and hg. +Git and GitHub +============== + +`gitsome `_ - Git/GitHub +command line interface (CLI). Written in Python, work on MacOS, Unix, +Windows. Git/GitHub CLI with autocomplete, includes many GitHub +integrated commands that work with all shells, builtin xonsh with +Python REPL to run Python commands alongside shell commands, command +history, customizable highlighting, thoroughly documented. + + Copyright =========