From 232ed30031541607e4a5d3e2a3892308092f3019 Mon Sep 17 00:00:00 2001 From: Marian Sievers Date: Thu, 22 Oct 2015 08:54:38 +0200 Subject: Add feature "fast branching" Add feature "fast branching". In contrast to SCM's like SVN, branching in Git is very fast. --- git.html.markdown | 1 + 1 file changed, 1 insertion(+) (limited to 'git.html.markdown') diff --git a/git.html.markdown b/git.html.markdown index bedc9853..3e20c29f 100644 --- a/git.html.markdown +++ b/git.html.markdown @@ -34,6 +34,7 @@ Version control is a system that records changes to a file(s), over time. * Can work offline. * Collaborating with others is easy! * Branching is easy! +* Branching is fast! * Merging is easy! * Git is fast. * Git is flexible. -- cgit v1.2.3 From f0a211b8dd082d9802067a24b8b39a62f867a7f1 Mon Sep 17 00:00:00 2001 From: Nathan Reynolds Date: Mon, 7 Mar 2016 11:33:19 +0000 Subject: Update link to Salesforce Git cheat sheet --- git.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git.html.markdown') diff --git a/git.html.markdown b/git.html.markdown index e7ca07d6..35f24b2d 100644 --- a/git.html.markdown +++ b/git.html.markdown @@ -540,7 +540,7 @@ $ git rm /pather/to/the/file/HelloWorld.c * [Atlassian Git - Tutorials & Workflows](https://www.atlassian.com/git/) -* [SalesForce Cheat Sheet](https://na1.salesforce.com/help/doc/en/salesforce_git_developer_cheatsheet.pdf) +* [SalesForce Cheat Sheet](http://res.cloudinary.com/hy4kyit2a/image/upload/SF_git_cheatsheet.pdf) * [GitGuys](http://www.gitguys.com/) -- cgit v1.2.3