-
Notifications
You must be signed in to change notification settings - Fork 0
Useful Git commands
Shamik edited this page Nov 20, 2023
·
11 revisions
git config --global core.editor "vim"
or
export GIT_EDITOR=vim
git fetch origin pull/42/head:pr-42
switch to the pr git checkout pr-42 and then install it to check the code by pip install -e .