Skip to content

Version 0.1.5 - add branch flag to fork switch command

Compare
Choose a tag to compare
@sshane sshane released this 23 Jul 01:38
· 42 commits to master since this release
67836a4
  • Make the username argument under emu fork switch optional. If not specified, it will use the current fork switched to
  • Add --branch (-b) flag for specifying the branch
    • This means you must supply -b or --branch when switching branches, even when supplying the username:

      Old syntax: emu fork switch another_fork branch
      New syntax: emu fork switch another_fork -b branch
      
      Old syntax: emu fork switch same_fork new_branch
      New syntax: emu fork switch -b new_branch