Skip to content

nigelrudolf/useful-aliases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

useful-aliases

Helps with launching simulators and working with worktrees. Use these commands in the root of your project.

Usage

remup                       // Updates the remote origin
push                        // Pushes to the remote origin
add_worktree <branch>       // Adds a worktree for the given branch, uses the current branch as the base
track_worktree <branch>     // Tracks the worktree for the given branch
remove_worktree <branch>    // Removes the worktree for the given branch

Setup

To use the aliases that help with worktrees, you will need to setup the following directory structure:

mkdir -p ~/Work/worktrees

Installation

Copy the aliases you need directly into your ~/.zshrc, close the terminal and start a new one. If ~/.zshrc does not exist, create it.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages