2 Matching Annotations
  1. Feb 2021
  2. Dec 2017
    1. git revert HEAD

      git revert HEAD produced error: $ git revert HEAD error: There was a problem with the editor 'vi'. Please supply the message using either -m or -F option.

      Solution: change .bash_profile file to include this: export EDITOR="atom -w"

      Then save. Back on command line, use this line: source ~/.bash_profile That gets the bash file updated, and now revert works