Skip to content

how do I manually install the sync and submit aliases? #1021

Answered by claytonrcarter
josharian asked this question in Q&A
Discussion options

You must be logged in to vote

I could have sworn that branchless init installed missing aliases when I've run it in the past, but maybe that was only for newly introduced aliases? 🤷

Anyway, they are just regular git aliases, stored in the repo-local config file .git/branchless/config. You can either edit that file manually to add them, or run something like git config -f .git/branchless/config alias.sync 'branchless sync' etc. You'll have to do that in each affected repo. (You can also just install the aliases globally, w/ the risk being that you may run it in a repo that hasn't been inited.)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@josharian
Comment options

@arxanas
Comment options

@josharian
Comment options

Answer selected by arxanas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants