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
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'.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: