#+TITLE: Tasks for git-home * Next ** TODO add functionality to remove items from working index * Todo ** TODO Refactor =format_args()= to use a match statement. ** TODO update =run_commit()= output to include infromation about the newly created commit ** TODO add modified, deleted, or stashed status to output of =print_status()= ** TODO add functionality to push to remote ** TODO add functionality to add, remove, and edit a remote location ** TODO add functionality to pull from remote * Done ** DONE add functionality to commit to head CLOSED: [2022-07-04 Mon 11:59] *** DONE Find out how to get git signitures CLOSED: [2022-07-04 Mon 11:58] ** DONE Make commit function more robust so future commit's don't break CLOSED: [2022-07-04 Mon 13:26] *** DONE Detect if there have been any previous commits on the current branch CLOSED: [2022-07-04 Mon 13:25] *branch execution accordingly* ** DONE Fix bug in env based GIT_HOME_FOLDER location resolution CLOSED: [2022-07-04 Mon 14:27] ** DONE change README.org to README.md CLOSED: [2022-07-04 Mon 14:44] ** DONE add functionality to display past commits CLOSED: [2022-07-04 Mon 18:24] *** DONE add frontend option to view past commits. CLOSED: [2022-07-04 Mon 16:21] *** DONE find out how to get past commites CLOSED: [2022-07-04 Mon 17:57] *** DONE brainstorm best way to display them. CLOSED: [2022-07-04 Mon 17:57] *** DONE finish formating output of ~git home log~. CLOSED: [2022-07-04 Mon 18:24] ** DONE Add ~git home add -u~ support. CLOSED: [2022-07-04 Mon 22:28] *** DONE Pass paths of files to update from updated index CLOSED: [2022-07-04 Mon 22:28] ** DONE Add pretty printing to status output CLOSED: [2022-07-05 Tue 18:40] ** DONE Add Editor as default option for commit CLOSED: [2022-07-05 Tue 19:43] ** DONE add option ~--~ which will act as a wrapper for any git command passed to it. CLOSED: [2022-07-07 Thu 15:24] ** DONE add print_status() output to defualt git commit message CLOSED: [2022-07-08 Fri 11:00]