罗泽轩

Results 435 comments of 罗泽轩

If you add the workspace via `git-bulk`, they will go to the `~/.gitconfig`. Is there any good result to support an alternative file to store the workspace configuration?

@kornicameister What about introducing an environment variable like `GIT_BULK_CONFIG`, so you could use `export GIT_BULK_CONFIG=$HOME/.gitconfig_local` to solve the problem?

@kornicameister `git bulk`specifies the configuration via `git config --global` so that all modification could go to the same file: https://github.com/tj/git-extras/blob/master/bin/git-bulk#L25. So why not using `git config --global --includes`? Because `--includes`...

@eriknomitch I just submitted a patch to fix the problem. Would you try the master branch and confirm if the problem is fixed? You could install it via the commands...

@eriknomitch My bad. My previous fix is incorrect -- I tested it in the midle but didn't test the final change. Could you have time to try my new fix?...

A runtime way to prioritize user aliases... Err, we can put something at the head of scripts like `is_git_repo`, and detect if an user alias of the same name exists....

BTW, the documentation of git-delete-merge-branches should be updated too. https://github.com/tj/git-extras/blob/master/man/git-delete-merged-branches.md#description https://github.com/tj/git-extras/blob/master/man/Readme.md

Could [this version](https://github.com/spacewander/git-extras/tree/add_rscp_default_arg) fix the bug?

@tribou What is the result of `which git-scp`?

@tribou Sorry, I made a mistake to mislead you. What we actually talk about is `git-rscp`. `git-rscp` will link to `git-scp`, but will it link to `/usr/local/bin/git-scp` finally? Could you...