You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They both should be "soft" on default, and both should have a --force flag. specs-pull should use git pull --ff-only on default, unless given arguments --merge (which removes --ff-only) or --rebase (which replaces the --ff-only with --rebase).
The text was updated successfully, but these errors were encountered:
Today:
specs-push
runsgit push -f
specs-pull
runsgit pull
They both should be "soft" on default, and both should have a
--force
flag.specs-pull
should usegit pull --ff-only
on default, unless given arguments--merge
(which removes--ff-only
) or--rebase
(which replaces the--ff-only
with--rebase
).The text was updated successfully, but these errors were encountered: