Skip to main content
The 2024 Developer Survey results are live! See the results
manojlds's user avatar
manojlds's user avatar
manojlds's user avatar
manojlds
  • Member for 13 years, 8 months
  • Last seen this week
2624 votes

How can I generate a Git patch for a specific commit?

1224 votes
Accepted

git add only modified changes and ignore untracked files

883 votes
Accepted

How to "git merge" without creating a merge commit?

732 votes
Accepted

Push to GitHub without a password using ssh-key

435 votes
Accepted

Where does Vagrant download its .box files to?

418 votes
Accepted

.gitignore after commit

393 votes
Accepted

'git branch -av' showing remote branch that no longer exists

389 votes
Accepted

How to remove untracked files in Git?

381 votes
Accepted

How to undo last commit

368 votes
Accepted

Git on Bitbucket: Always asked for password, even after uploading my public SSH key

363 votes
Accepted

Difference between exit(0) and exit(1) in Python

349 votes

Why there are two ways to unstage a file in Git?

347 votes
Accepted

Get commit list between tags in git

309 votes

How do I exit from the text window in Git?

286 votes
Accepted

How to list commits since certain commit?

284 votes
Accepted

Using Git, how could I search for a string across all branches?

284 votes
Accepted

Undoing a git bisect mistake

283 votes

How to add a comment in a .gitignore file?

282 votes
Accepted

How to locate the vimrc file used by Vim?

258 votes
Accepted

Is there a way to rollback my last push to Git?

243 votes
Accepted

"git rm --cached x" vs "git reset head --​ x"?

242 votes

Git pre-push hooks

225 votes
Accepted

Powershell Get-ChildItem most recent file in directory

215 votes
Accepted

What is the easiest way to clear a database from the CLI with manage.py in Django?

187 votes
Accepted

Undo delete in GIT

185 votes
Accepted

Git submodule push

179 votes
Accepted

How do I create a commit without a parent in Git?

177 votes
Accepted

What are the "loose objects" that the Git GUI refers to?

156 votes
Accepted

How to request administrator permissions when the program starts?

150 votes
Accepted

Store Entire Text File Contents in Variable

1
2 3 4 5
71