3 Matching Annotations
  1. Aug 2024
    1. in the ultimate analysis i think it is the impulse in us to revert to our natural state it is the impulse of a finite mind to divest itself of its limitations and revert to its natural condition of infinite consciousness

      for - quote - claim - natural impulse of finite minds - to revert from finite mind back to infinite consciousness - Rupert Spira

  2. Feb 2021
  3. 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