Badge
| Guru | Accepted answer and score of 40 or more. This badge can be awarded multiple times. |
Charles Bailey earned this badge 29 times |
mar 28 at 16:07
When to use std::size_t?
mar 1 at 0:41
global git ignore
feb 1 at 15:45
How can I show the name of branches in `git log`
jan 2 at 7:57
How to clear stringstream?
nov 29 at 0:51
Git create branch from current checked out master?
oct 28 at 12:25
Can I assume (bool)true == (int)1 for any C++ compiler?
may 31 '12 at 21:13
Changing the message of the first commit? (git)
mar 16 '12 at 16:38
Making git “forget” about a file that *was* tracked but is now “.gitignored”
mar 8 '12 at 18:51
Find common ancestor of two branches
feb 10 '12 at 19:30
Revert to a commit by SHA hash?
jan 27 '12 at 12:02
Branch from a previous commit using git
dec 21 '11 at 18:29
How do I show the changes which have been staged?
dec 19 '11 at 4:14
What's the purpose of git-mv?
dec 16 '11 at 19:23
Return type of '?:' (ternary conditional operator)
nov 25 '11 at 14:59
How to have git log show filenames like svn log -v
jul 13 '11 at 13:21
How to undo “git commit --amend” done instead of “git commit”
jul 13 '11 at 7:39
Restore a deleted file in a Git repo
may 25 '11 at 14:49
Trying to fix line-endings with git filter-branch, but having no luck
may 24 '11 at 17:03
C++: is return value a L-value?
may 18 '11 at 4:39
.gitignore - ignore any 'bin' directory
may 17 '11 at 7:43
Completely remove unwanted file from Git repository history
apr 26 '11 at 20:15
What does git do to files that are a symbolic link?
jan 28 '11 at 7:19
Undoing a git push
sep 14 '10 at 22:08
Difference of “git add -A” and “git add .”
mar 19 '10 at 15:27
How do we explain the result of the expression (++x)+(++x)+(++x)?
jan 14 '10 at 2:57
How to do a “git export” (like “svn export”)
nov 6 '09 at 19:07
Undoing a git rebase