Add file describing concept ideas for manage clones interface.
authorAlan Knowles <alan@akbkhome.com>
Tue, 20 Sep 2011 14:43:32 +0000 (22:43 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 20 Sep 2011 14:43:32 +0000 (22:43 +0800)
git_tool_notes.txt [new file with mode: 0644]

diff --git a/git_tool_notes.txt b/git_tool_notes.txt
new file mode 100644 (file)
index 0000000..ab300d9
--- /dev/null
@@ -0,0 +1,44 @@
+
+
+idea:
+
+- local version of merger -
+* it basically shows the difference between two branches,
+as a tree, then as a list of changed files, then diff view
+
+- to do this.
+
+A) select repo 
+ current directory (eg.) 'Repo' Class
+B) get history
+  ....
+C) get diff etc...
+
+Lets' start with the Repo directory.
+
+
+Design
+
+Top bar:
+- select repo (done by manage repos)
+- select "Release Branch" 
+- select "Working Branch"
+
+
+
+
+
+
+----
+Other dialogs
+
+Manage Repos
+-> list of repo's
+
+Actions:
+-> Merger
+-> Pull branches (from remote)
+-> Add?
+-> Flag 'auto-commit'
+-> Flag 'auto-push'
+-> Switch Branch
\ No newline at end of file