diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/notes.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/notes.txt b/misc/notes.txt index be023c1d..9d31fb5d 100644 --- a/misc/notes.txt +++ b/misc/notes.txt @@ -36,6 +36,12 @@ coffee --help (for information about setting options) =========================================== +Unset ASKPASS when trying to git push + +unset SSH_ASKPASS + +=========================================== + Python stuff: Classes should always inherit "object"
\ No newline at end of file |