Git: Difference between revisions

From Chaosdorf Wiki
Jump to navigation Jump to search
(re-order)
Line 13: Line 13:
* Learn Git Branching https://pcottle.github.io/learnGitBranching/
* Learn Git Branching https://pcottle.github.io/learnGitBranching/
* Oh shit, git! http://ohshitgit.com/
* Oh shit, git! http://ohshitgit.com/
* An Introduction to Using Git https://www.linux.com/learn/intro-to-linux/2018/7/introduction-using-git


=== username/email ===
=== username/email ===

Revision as of 15:52, 20 July 2018

Für einige Projekte gibt es inzwischen auch öffentliche Repositories auf GitHub. Um dort Commit-Rechte zu kriegen, registriert ihr euch auf GitHub, und wir fügen euch dann der chaosdorf-Organization hinzu. Schreibt einfach eine E-Mail an github@chaosdorf.de.


HowTos

username/email

How to show or change your Git username or email address

mergetool

Das einem am sympatischsten erscheinende merging tool in git einrichten:

git config --global merge.tool meld

und den aktuellen konflikt mit

git mergetool

beheben.

name+url license used by
meld GPLv2 bison

Andere diff-tools:

vimdiff, meld, opendiff, kdiff3, tkdiff, xxdiff, tortoisemerge, gvimdiff, diffuse, ecmerge, p4merge, araxis, vimdiff, emerge, bc3 (Beyond Compare 3)

README.md

Um auf GitHub die README.md Dateien ordenlich formatieren zu können, gibt es diverse nützliche Tutorials:

git clients

name type Platform Url license
GitKraken GUI Win, Lin, Mac https://www.gitkraken.com/ proprietary, free, pro, enterprise

Extended