Skip to content

kodemakers/git-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Git Commands

Change User

git config --show user.name
git config --show user.email
git config --global user.name "User Name"
git config --global user.email example@user.mail

Project Remote Change

git remote show origin
git remote remove origin
git remove add origin :url
git remote show origin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published