Skip to content

adeacetis/good-life-hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

good-life-hack

CL commands that will save your life.

GIT

  • Remove all merged local branches: git branch --merged | egrep -v "(^\*|master|dev)" | xargs git branch -d

  • Will create a git alias that allows to see your latest commits git config --global alias.idid 'log --all --oneline --no-merges --author=<your_email>

Credits @HarryRoberts: https://csswizardry.com/2017/05/little-things-i-like-to-do-with-git/

SSH

  • Will copy your ssh key to server ssh-copy-id SSHUSER@SSHSERVER

About

CLI that will save your life.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published