GIT Workshop 2014: Unterschied zwischen den Versionen
KKeine Bearbeitungszusammenfassung |
K resources |
||
Zeile 30: | Zeile 30: | ||
It's a command-line oriented workshop where all hands will get dirty | It's a command-line oriented workshop where all hands will get dirty! We celebrate failure and are going to have fun. | ||
Zeile 50: | Zeile 50: | ||
# Clone or fork the [https://github.com/metachris/metalab-git-workshop workshop repository] and make a change (change literally anything). See also the [https://help.github.com/categories/54/articles | # Clone or fork the [https://github.com/metachris/metalab-git-workshop workshop repository] and make a change (change literally anything). See also the Github [https://guides.github.com/ Guides] and [https://help.github.com/categories/54/articles Bootcamp] | ||
# Send me a [http://stackoverflow.com/questions/2082296/how-do-patches-work-in-git patch] or [https://help.github.com/articles/using-pull-requests pull-request], either on Github or to chris [at] linuxuser.at | # Send me a [http://stackoverflow.com/questions/2082296/how-do-patches-work-in-git patch] or [https://help.github.com/articles/using-pull-requests pull-request], either on Github or to chris [at] linuxuser.at | ||
Zeile 88: | Zeile 88: | ||
alias gh='git log --pretty=format:"%h %ad | %s%d [%an]" --graph --date=short'</pre> | alias gh='git log --pretty=format:"%h %ad | %s%d [%an]" --graph --date=short'</pre> | ||
* | |||
= Resources = | |||
Just a collection of links for the curious, not required reading :) | |||
* Branching / Deployment models: [http://scottchacon.com/2011/08/31/github-flow.html Github Flow], [http://nvie.com/posts/a-successful-git-branching-model Git-Flow] | |||
* Semantic Versioning: http://semver.org | * Semantic Versioning: http://semver.org | ||
* https://guides.github.com/ | |||
* https://help.github.com/articles/what-are-other-good-resources-for-learning-git-and-github | |||
* http://gitimmersion.com/ [guide] | |||
* http://rogerdudler.github.io/git-guide/ [guide] | |||
* http://git-scm.com/book |