git-auto
git-auto copied to clipboard
A Simple Shell Script To Do Git Commit And Push Automatically
- Check if another instance of script is already running. Option `-a` to bypass. - Also added `-m` option for specifying commit message used for all commits. - Only pull...
因为我在公司和家里都会使用logseq,但是如果在公司push完后回家打开logseq会出现无法pull的情况,对比过后发现打开logseq会更新本地一些meta数据,导致出现差异,需要手动合并,但是git-auto插件又无法合并,只能打开git手动进行命令行操作。 希望能处理下这个问题,或者指教下我的使用方式是不是不对。 谢谢。
I just wanted to post a quick alternative to `git-auto` using a git `post-commit` hook and some gotchas I ran into while getting this set up. I like this approach...
I do the auto commits in intervals of 5 to 10 mins so I would like to know the time when the commit was made. So that I can track...
Hi, Just like the question :)
Hello, Usage: git-auto ;; use current script dir as git dir, and Start-GitAutoCommitAnoPpush. git-auto -d \OneDrive - DDV openBIM Solutions\DDV_PARA\3. RESOURCES\SOFTWARE\LOGSEQ ;; set git dir git-auto -p ;; Start-GitAutoCommitAndPush git-auto...