File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121You would then need to clone the git-gui project repository and create
2222a feature branch to begin working:
2323
24- $ git clone git ://repo.or.cz/ git-gui.git
25- $ cd git-gui.git
24+ $ git clone https ://github.com/j6t/ git-gui
25+ $ cd git-gui
2626 $ git checkout -b my-translation
2727
2828The "git checkout" command creates a new branch to keep your work
@@ -153,7 +153,7 @@ your patch series to the maintainer and the Git mailing list:
153153 $ git add po/af.po
154154 $ git commit -s -m 'git-gui: added Afrikaans translation.'
155155 $ git send-email --to 'git@vger.kernel.org' \
156- --cc 'Pat Thoyts <patthoyts@users.sourceforge.net >' \
156+ --cc 'Johannes Sixt <j6t@kdbg.org >' \
157157 --subject 'git-gui: Afrikaans translation' \
158158 master..
159159
You can’t perform that action at this time.
0 commit comments