mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 15:06:19 +00:00
autocommit
This commit is contained in:
+2
-2
@@ -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
@@ -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"
|
||||||
@@ -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"
|
||||||
Reference in New Issue
Block a user