GitHub

Clearing GitHub repo history

Sometimes one can commit a code with some (relatively) sensitive info into a public git repository. Typical first action in such scenario is to do a new commit with sensitive data removed, but one can be slow to remember that public GitHub repository has its commit history visible to everyone so irrespective of new commit Clearing GitHub repo history

Git 101/intro

Just a tiny note on installing GIt on Windows box as well on some basic settings and commands to get you started. So you can download Git from the following location: https://git-scm.com/downloads Install should not cause any troubles, but interesting thing is that you may get some localization language configured for your Git GUI without Git 101/intro