Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.
/ git-up Public archive

Fetch and rebase all locally-tracked remote branches

License

Notifications You must be signed in to change notification settings

timonier/git-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

Fetch and rebase all locally-tracked remote branches

⚠️ This project is no longer maintained. ⚠️

Installation

Copy bin/git-up into your executable folder (like /usr/local/bin or $HOME/bin):

sudo curl --location --output /usr/local/bin/git-up "https://github.com/timonier/git-up/raw/master/bin/git-up"
sudo chmod +x /usr/local/bin/git-up

Linux users can use the installer:

curl --location "https://github.com/timonier/git-up/raw/master/bin/installer" | sudo sh -s -- install

Usage

Run the command git-up or git up:

# See all git-up options

git-up --help

# Run git-up

git-up
# Fetching origin
# develop                                        up to date
# master                                         up to date
# release/1.1.0                                  up to date

Links

About

Fetch and rebase all locally-tracked remote branches

Resources

License

Stars

Watchers

Forks