Toggle search
Search
Toggle menu
notifications
Toggle personal menu
Editing
Git
From Chaosdorf Wiki
Views
Read
Edit
Edit source
View history
associated-pages
Page
Discussion
More actions
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
Sowohl private als auch chaosdorfnahe Projekte können in unserem [https://chaosdorf.de/git GitLab] abgelegt werden. Repositories sind dort entweder privat (nur für ausgewählte Personen sichtbar), intern (nur für Chaosdorf) oder öffentlich. Beachte, dass Externe zwar lesend zugreifen, sich aber nicht im GitLab registrieren und damit auch keine Issues oder Pull Requests erstellen können. Für einige Projekte gibt es inzwischen auch öffentliche Repositories auf [https://github.com/chaosdorf 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 [mailto:github@chaosdorf.de github@chaosdorf.de]. [[Category:Services]] == HowTos == * GitHub Anleitungen ** https://training.github.com/ ** git cheat sheet https://training.github.com/downloads/de/github-git-cheat-sheet/ * Git explained with cats: https://girliemac.com/blog/2017/12/26/git-purr/ * Interaktiver Kurs für Einsteiger: https://learngitbranching.js.org/?locale=de_DE / Learn Git Branching https://pcottle.github.io/learnGitBranching/ * First Aid Git: Ich möchte $sacheX machen, wie geht das? [https://firstaidgit.spielmannspiel.com/ firstaidgit.spielmannspiel.com] | [https://web.archive.org/web/20220825114252/https://firstaidgit.io/#/ firstaidgit on internet archive] * Interaktiver Kurs: https://try.github.io/levels/1/challenges/1 * eine einfache Anleitung um git zu lernen. Kein Schnick-schnack ;) [http://rogerdudler.github.io/git-guide/index.de.html git - Der einfache Einstieg] * Ein Einstieg: https://www.atlassian.com/git/tutorials ** Was ist git + Tutorials auch auf deutsch: https://www.atlassian.com/de/git/tutorials/what-is-version-control * Rewriting history https://www.atlassian.com/git/tutorials/rewriting-history * Oh shit, git! http://ohshitgit.com/ * An Introduction to Using Git https://www.linux.com/learn/intro-to-linux/2018/7/introduction-using-git * OH MY GIT! Ein Spiel um git zu lernen https://ohmygit.org === username/email === [http://alvinalexander.com/git/git-show-change-username-email-address 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. {| class="wikitable sortable" |- ! name+url !! license !! used by |- | [http://meldmerge.org/ meld] || GPLv2 || {{U|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: * GitHubs offizielle Hilfe: [https://help.github.com/articles/github-flavored-markdown GitHub Flavored Markdown] * [http://daringfireball.net/projects/markdown/syntax Markdown: Syntax] * Praktisches Beispiel: [https://github.com/mojombo/github-flavored-markdown/blob/gh-pages/_site/sample_content.md GitHub Flavored Markdown Examples] * Code des Parsers: [https://github.com/github/markup#readme GitHub Markup] == git clients == {| class="wikitable sortable" |- ! name !! type !! Platform !! Url !! license |- | GitKraken || GUI || Win, Lin, Mac || https://www.gitkraken.com/ || proprietary, free, pro, enterprise |- |} * git GUI client liste: https://git-scm.com/downloads/guis/ == Extended == * [https://coderwall.com/p/7aymfa?utm_source=feedburner&utm_medium=twitter&utm_campaign=Feed%3A+hnycombinator+%28HN+-+hnycombinator%29 Please, oh please, use git pull --rebase] * [https://www.gitignore.io/ .gitignore file generator] * [https://ohmygit.org/ Oh my git - An open source game about learning Git!]
Summary:
Please note that all contributions to Chaosdorf Wiki are considered to be released under the Attribution 3.0 Unported (see
Chaosdorf Wiki:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:U
(
edit
)