-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
* Handle merge / merge-conflict (commit everything, pick newest, notify) | ||
- Add the logs of operation to .git/logs/auto-sync | ||
* Daemon - proper logs | ||
* Daemon - status | ||
|
||
* CLI auto-complete | ||
|
||
* Add a merge strategy where it doesn't take the YAML header changes into account | ||
* Add a way to only sync some-subfolder in a repo | ||
* Ensure that the 'daemon' process can be found | ||
- It seems it wasn't being installed by the homebrew package | ||
|
||
* RPM / DEB packages - https://netdevops.me/2021/building-and-publishing-deb/rpm-packages-with-goreleaser-and-gemfury/ |