Skip to content

WestmorelandOSS/git_to_the_future_sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git_to_the_future_sample

Aliases

The format for renaming a command (making an alias) in git is git config alias.newcommandname oldcommandname

git config alias.co checkout lets you type git co instead of git checkout

git config alias.stage add lets you type git stage file instead of git add file to stage files

git config alias.unstage 'reset HEAD -- file' lets you type git unstage file instead of git reset HEAD -- file to unstage files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published