Skip to content

Initializing a repo to keep track of the scripts created for Linux terminals. Eventually to create an entire CLI to manage git repos even easier and help developers stay away from repetitive tasks.

Notifications You must be signed in to change notification settings

RyanLarge13/Git-Shorthands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Git-Shorthands

Git Shorthands was built to make some of the longer git commands even easier than they already are...

So far the code written for this repo works only on linux terminals

~/ gs clone ${REPO NAME}

Clone remote repository

You will be asked if you would like to install project dependencies from the root directory of your project after cloning from a repository

the package manager set in configuration will be used

~/ gs init ${NAME OF REMOTE REPO}

Initialize your local repository and push all changes to remote repository

This command only works if a repository exists remotely

~/ gs -p

Update local repository with most up to date code from remote

This command will run git pull and update your local repository. No other pull configurations are accepted at this time

~/ gs -m ${BRANCH NAME}

Merge current branch with a local branch

This command is nearly useless. It is almost no less typing than original git command.. hmm Will have to change that at some point. It still works though

About

Initializing a repo to keep track of the scripts created for Linux terminals. Eventually to create an entire CLI to manage git repos even easier and help developers stay away from repetitive tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages