2

When you have to do your commit 3times because xcode don't want to commit only 2files of your project 👌 #fml

Comments
  • 0
    Never used xcode but why not use the terminal?
  • 1
    @elibyy i ended up doing just that.
    Usually you don't use the terminal because xcode handles merges with a graphic interface.
    If you want to pull rebase by terminal you will have to deal with the xml yourself by hand 👌
  • 0
    @tirrorex oh. Thought you said commit. Merges are never fun via terminal
  • 0
    @elibyy well, no point switching just for commit, having to add your files to the commit without gui is a pain anyway
  • 0
    @tirrorex GUI makes the life easy for sure but you should always familiarize yourself with the actual commands for other secenarios. And when the GUI freezes
  • 1
    @elibyy had to merge commits manually, no big deal ;)
Add Comment