Skip to content

Instantly share code, notes, and snippets.

@arizvisa
Created December 17, 2019 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arizvisa/94b51853762b41a74d4479caa1460788 to your computer and use it in GitHub Desktop.
Save arizvisa/94b51853762b41a74d4479caa1460788 to your computer and use it in GitHub Desktop.
pre-commit history
1000 exit
1001 cd work/salt/
1002 ls
1003 git branch
1004 git log
1005 git fetch
1006 git show 43f9a0
1007 cd requirements/
1008 ls
1009 l base.txt
1010 git diff origin/master
1011 git log
1012 git diff 6a03fd
1013 git log
1014 git diff 0d1511
1015 ls
1016 find .
1017 git status
1018 git pull
1019 git fetch
1020 git branch
1021 git pull origin GH-51711
1022 git pull arizvisa GH-51711
1023 s
1024 ls
1025 cd static
1026 ls
1027 git log
1028 git show 43f9a0a3f9dd3498cb3b136104d1810e271381fb
1029 git revert 43f9a0a3f9dd3498cb3b136104d1810e271381fb
1030 git status
1031 vim ../base.txt
1032 git add ../base.txt
1033 git revert --continue
1034 ls
1035 git show 43f9a0a3f9dd3498cb3b136104d1810e271381fb
1036 git show 43f9a0a3f9dd3498cb3b136104d1810e271381fb > whee.txt
1037 vim whee.txt linux.in windows.in darwin.in &
1038 git status
1039 git add *.in
1040 git log
1041 git commit -m "Added all of the available template packages (Cheetah3, Genshi, Mako, wempy) to the requirements/static/*.in files so that the unit-tests
will pick them up properly (credit to @Ch3LL and @s0undt3ch)."
1042 ls
1043 cd ../
1044 cd ..
1045 ls
1046 ls build
1047 ls testkit
1048 find . -name '*activate*'
1049 . testkit/bin/activate
1050 ls
1051 which pip
1052 pip install pre-commit
1053 cd requirements/
1054 ls
1055 ls static
1056 cat static/README.rst
1057 grep -r pre-commit
1058 cd ..
1059 pre-commit run -av
1060 mgit status
1061 git status
1062 cd requirements/
1063 cd static/
1064 git add */*.txt
1065 git status
1066 git diff
1067 git diff HEAD
1068 git status
1069 history | pre-commit
1070 history | grep pre-commit
1071 git commit -m "Updated all of the testing requirements using pre-commit."
1072 git push
1073 git push arizvisa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment