Skip to content

Jgay6/setup_alias_git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

How to use

Run in linux (or git bash) command line:

For global aliases:

bash -c "$(curl https://raw.githubusercontent.com/Jgay6/setup_alias_git/master/setup.sh)" -s global

For system aliases:

bash -c "$(curl https://raw.githubusercontent.com/Jgay6/setup_alias_git/master/setup.sh)" -s system

For local aliases:

bash -c "$(curl https://raw.githubusercontent.com/Jgay6/setup_alias_git/master/setup.sh)" -s local

For setting the user and email

git config --global user.name "Name"
git config --global user.email "Email"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%