Skip to content

Instantly share code, notes, and snippets.

View YemSalat's full-sized avatar
🎯
Focusing

Konstantin YemSalat

🎯
Focusing
View GitHub Profile
@YemSalat
YemSalat / git-commands.md
Created December 5, 2014 03:42
useful git commands

git diff --name-only --diff-filter=U - list all conflict files (filenames only)

git rm --cached filename.txt - remove file from cache (useful if file is added to gitignore after it was already commited)