autocommit

This commit is contained in:
2021-02-26 20:58:06 +01:00
parent 8ec130edf2
commit 582ea47494
3 changed files with 21 additions and 8 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Foam Settings # Foam Settings
- These are my [[foam]] ([[vscode]]) settings as of [[2021-02-26]]: - The following are my [[foam]] ([[vscode]]) settings as of [[2021-02-26]].
- [[push]] [[settings.json]]: - [[push]] [[settings.json]]:
``` ```
"foam.openDailyNote.directory": "journal", "foam.openDailyNote.directory": "journal",
@@ -53,7 +53,7 @@ git push
[//begin]: # "Autogenerated link references for markdown compatibility" [//begin]: # "Autogenerated link references for markdown compatibility"
[foam]: foam "Foam" [foam]: foam "Foam"
[vscode]: vscode "Vscode" [vscode]: vscode "Vscode"
[2021-01-13]: journal/2021-01-13 "2021-01-13" [2021-02-26]: journal/2021-02-26 "2021-02-26"
[push]: push "Push" [push]: push "Push"
[agora]: agora "Agora" [agora]: agora "Agora"
[//end]: # "Autogenerated link references" [//end]: # "Autogenerated link references"
+9 -6
View File
@@ -1,8 +1,11 @@
# Git Alias # Git Alias
``` - git config --global alias.co checkout
git config --global alias.co checkout - git config --global alias.br branch
git config --global alias.br branch - git config --global alias.ci commit
git config --global alias.ci commit - git config --global alias.F "reset --hard HEAD"
git config --global alias.F "reset --hard HEAD" - [[pull]] [[git config]]
```
[//begin]: # "Autogenerated link references for markdown compatibility"
[pull]: pull "Pull"
[//end]: # "Autogenerated link references"
+10
View File
@@ -0,0 +1,10 @@
# Git Config
- git config --local commit.template .config/commit-template.txt
- [[pull]] [[git alias]]
[//begin]: # "Autogenerated link references for markdown compatibility"
[pull]: pull "Pull"
[//end]: # "Autogenerated link references"