Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

organize the specs-push and specs-pull commands #14

Open
ramonsnir opened this issue Jan 3, 2015 · 0 comments
Open

organize the specs-push and specs-pull commands #14

ramonsnir opened this issue Jan 3, 2015 · 0 comments

Comments

@ramonsnir
Copy link
Owner

Today:

  • specs-push runs git push -f
  • specs-pull runs git pull

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant