Git RESET
Git stable has changes that have been committed and not pushed. Stable doesn’t allow changes to be pushed. Rollback the branch to match the repo. Locate the specific commit # …
Github Desktop doent like submodules PS D:\git\AIMS9> git submodule foreach git pull Entering ‘PHP’ [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have …
Useful Log git log –pretty=format:”[%an]|%h|%ad|%s|%d” –date=short Set your details git config –global user.name “John Doe” git config –global user.email “[email protected]” Use –global to set the configuration for all projects. If …