Eric Goodwin - 0 views
GitFaq - GitWiki - 0 views
Git - 0 views
git awsome-ness [git rebase --interactive] - MadBlog - 0 views
-
What the small help doesn't say is that you can actually reorder your commits, and it will do what you expect it to do. I used it 10 minutes ago, because I have this string buffer module I extend on a regular basis, I squashed every API extension of that module in one commit using that. Each time one change needs you to edit anything because either you asked for it, or that one of the change you asked for generated a conflict, then as usual the rebase will stop. You will be prompted to make the change, or fix the conflict, or merge comments (in case of a squash), and when all is in order, you just need to: $ git rebase --continue This is just awsomely simple and intuitive
Git Magic - Preface - 0 views
$ cheat git - 1 views
Capi's Corner » Blog Archive » Git on Windows: "You have some suspicious patc... - 0 views
-
use “git-config core.autocrlf true” and “git-config core.safecrlf true”
Andy Delcambre: Git SVN Workflow - 0 views
Tv's cobweb: Git for Computer Scientists - 0 views
A tour of git: the basics - 0 views
-
it's useful to use "git clone" even when just making a local copy of a repository. Using "git clone" will be much faster and will use much less space than a normal copy.
-
A good commit message will generally have a single line that summarizes the commit, a blank line, and then one or more paragraphs with supporting detail. Since many tools only print the first line of a commit message by default, it’s important that the first line stands alone.
-
Note that we didn't use "commit -a" this time. This means that "git commit --amend" will amend only the commit message and not any of the actual files being tracked, (even if some of them had been modified between the commits). It's also possible to use "git commit -a --amend" to similarly fix up mistakes noticed in code. That will replace the most recent commit with a different commit based on any new changes to files.
- ...19 more annotations...
Zack Rusin: Git cheat sheet - 0 views
Git - SVN Crash Course - 0 views
Everyday GIT With 20 Commands Or So - 0 views
My Git Workflow - 1 views
An Illustrated Guide to Git on Windows - 1 views
‹ Previous
21 - 40 of 87
Next ›
Last »
Showing 20▼ items per page