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

Add workflow/other for cloning issue with git flow #29

Closed
damian-romero opened this issue Sep 24, 2020 · 1 comment
Closed

Add workflow/other for cloning issue with git flow #29

damian-romero opened this issue Sep 24, 2020 · 1 comment

Comments

@damian-romero
Copy link
Owner

Add documentation about initializing gitflow from a cloned repo:

gitflow fails sometimes when cloning a repository and trying to initialize. See nvie/gitflow#121

Here is a workaround:

$ git checkout master
$ git checkout develop
$ git branch -a
* develop
  master
  remotes/origin/HEAD -> origin/develop
  remotes/origin/develop
  remotes/origin/master
$ git init
@damian-romero damian-romero changed the title Update README for cloning issue with gf Add workflow/other for cloning issue with git flow Nov 12, 2020
damian-romero added a commit that referenced this issue Nov 12, 2020
@damian-romero
Copy link
Owner Author

Closed in PR #33

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

No branches or pull requests

1 participant