Git is arguably the most versatile version control system around and one cannot resist falling in love with this awesome piece of code every time you use it. One of the lesser known features in Git, especially for individual developers/teams who have recently migrated from other tools is the "stash" command. You might often find … Continue reading Git stash
Tag: git
Remove Debug / Binaries from GitHub
I am pretty new to GitHub platform and one of the first mistakes I did earlier on was to commit (unknowingly) the Debug Folders and all its binaries. It was later on i found ways to add 'gitignore' files, but no matter what i did, the debug files continued to be reflected in the change … Continue reading Remove Debug / Binaries from GitHub