Skip to content

elonderin/git-extras

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adaptions to Git Extras

Forked from: https://github.com/tj/git-extras/

Instead of contributing my way of thinking i will

  1. adapt the code to fix problems that i have
  2. see how it works for me.

installation

re-install.sh

Updating to a new version

git fetch origin
git  tag  --sort=v:refname | tail

NEW_TAG=7.4.0  # <-- update this to the latest tag 

git co tomsit-master
git branch origin-$NEW_TAG $NEW_TAG 
git rebase $NEW_TAG
# resolve conflicts

#update the PR https://github.com/elonderin/git-extras/pull/3 base to the new origin-$NEW_TAG 
 
re-install.sh

About

my fork to adapt the commands to my needs

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 76.6%
  • Python 19.5%
  • Batchfile 2.1%
  • Makefile 1.8%