diff options
author | Marian Sievers <marian.sievers@gmail.com> | 2015-10-22 08:50:17 +0200 |
---|---|---|
committer | Marian Sievers <marian.sievers@gmail.com> | 2015-10-22 08:50:17 +0200 |
commit | cb251870aa716a04350687f8c9191f24bb1e00b9 (patch) | |
tree | 7333cdf45b9d79e815ba7cae24a622a419167db4 /de-de/git-de.html.markdown | |
parent | 257533fe5aa5027dc71e78d10833a3ba0febb426 (diff) |
Add link to gitflow
Add link to gitflow as a example of a branching model.
Diffstat (limited to 'de-de/git-de.html.markdown')
-rw-r--r-- | de-de/git-de.html.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/de-de/git-de.html.markdown b/de-de/git-de.html.markdown index dea329d5..55d7e8cc 100644 --- a/de-de/git-de.html.markdown +++ b/de-de/git-de.html.markdown @@ -374,3 +374,5 @@ $ git rm /pather/to/the/file/HelloWorld.c * [SalesForce Cheat Sheet](https://na1.salesforce.com/help/doc/en/salesforce_git_developer_cheatsheet.pdf) * [GitGuys](http://www.gitguys.com/) + +* [gitflow - Ein Modell um mit Branches zu arbeiten](http://nvie.com/posts/a-successful-git-branching-model/) |