aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-07-14 16:10:13 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-07-14 16:10:13 -0300
commite4e6f27053dad4a629bd8de53a38315aba45450d (patch)
tree8dd741f870c75dcfabfeaa0c198772b38b9db700
parent332ac0254c00464a42ff96d46ac59906716ff209 (diff)
downloadutils-git-e4e6f27053dad4a629bd8de53a38315aba45450d.tar.gz
utils-git-e4e6f27053dad4a629bd8de53a38315aba45450d.tar.bz2
Updates TODO
-rw-r--r--TODO.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index f703409..eedbe49 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,6 +4,7 @@ TODO
* Github and Gitlab command line scripts.
* Use `git annex sync` at `commit` when `git-annex` is detected; if that's the case, warn if on develop branch.
* Add a `submodule-fix-path`/`submodule-dev` to move stuff from `.git/modules` to the submodule folder.
+* Add a `merge-push <dest-branch> <dest-remote>` to merge to a branch and then push it to a remote.
* Support for regular `.mrconfig` files at `mrconfig-updater`.
* Determine a way to check all git repositories in a folder that has a given property like a feature branch.
* Better recursive support for commit-updates (including submodules).