Enterprise Framework
Software Solutions in the Enterprise
Home
Archive
Contact
Log in
← log4net-loggly ASP.NET Core 2 Support
MANS Stack (Mac, ASP.NET MVC, .NET Core, SQL Server 2017) - Developing on a Microsoft Stack on a Mac →
Git Undo a local branch commit saving changes
23 April 2018
Robert Amiscaray
(0)
git reset HEAD^
Related posts
Git Undo a local branch commit saving changes
git undo a local branch commit saving changes by doing git reset HEAD^
Mac Sierra : Git Completion and Bash Prompt With Branch Update
$ curl -OL https://github.com/git/git/raw/master/contrib/compl
Git: Find commits where a specific file was modified
Problem: Find git commits where a specific file was modified in it.Solution: git log --all --...
Comments are closed