Since Git has so many components, “undoing” can take on many different meanings. For example, you can: Undo changes in the working directory Undo changes in the staging area Undo an entire commit Unmodifying a…
Git : Ignoring Files
Did you ever accidentally push the compiled files( like .pyc files), log files or the executable files(.exe files) or files( such as settings.py ) that you never intend to ? If yes, then here’s the…
Let's Git…
It’s been quite a long time that I have posted any tutorial of things I have learnt, apart from the daily diary. So as to prohibit the distance between me and my blog to increase…