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…