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

přepínání na vzdálenou větev #5

Open
severak opened this issue Oct 14, 2019 · 0 comments
Open

přepínání na vzdálenou větev #5

severak opened this issue Oct 14, 2019 · 0 comments

Comments

@severak
Copy link
Owner

severak commented Oct 14, 2019

C:\work\rscs>ginger switch debug-projekty
error: you need to resolve your current index first
public/rpc/index.php: needs merge

C:\work\rscs>ginger sweep
HEAD is now at 59d4818 debug na ostrem

C:\work\rscs>ginger switch debug-projekty
Switched to branch 'debug-projekty'

C:\work\rscs>git -d symfony4
unknown option: -d
usage: git [--version] [--help] [-C <path>] [-c <name>=<value>]
           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]
           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
           <command> [<args>]

C:\work\rscs>git branch -d symfony4
warning: not deleting branch 'symfony4' that is not yet merged to
         'refs/remotes/origin/symfony4', even though it is merged to HEAD.
error: The branch 'symfony4' is not fully merged.
If you are sure you want to delete it, run 'git branch -D symfony4'.

C:\work\rscs>git branch -D symfony4
Deleted branch symfony4 (was 59d4818).

C:\work\rscs>git checkout -b symfony4 origin/symfony4
Switched to a new branch 'symfony4'
Branch 'symfony4' set up to track remote branch 'symfony4' from 'origin'.
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