summaryrefslogtreecommitdiff
path: root/modules/reconcile-open-repos.el
Commit message (Collapse)AuthorAgeFilesLines
* chore: Remove redundant autoload directives from modulesCraig Jennings2025-10-261-1/+0
| | | | | | | Remove unnecessary autoload directives from various functions across multiple modules, cleaning up the codebase and improving readability. These directives were redundant and not needed for the current project setup.
* feat:reconcile-open-repos: enhance git repository reconciliationCraig Jennings2025-10-201-25/+53
| | | | | | | | | Improve the workflow for synchronizing git repositories across projects. Add detailed commentary and handle edge cases for stash, pull, and stash pop operations. Implement checks for project directories and dependencies defined in init.el, enhancing robustness against undefined variables and failed git operations. Ensure Magit opens for manual intervention when issues arise.
* refactor: created specific org-dir variable for ~/sync/orgCraig Jennings2025-10-181-1/+1
|
* changing repositoriesCraig Jennings2025-10-121-0/+72