@@ -13,33 +13,31 @@ In the current development state MacGitver provides mostly basic Git tasks.
13
13
* Editor for Git's system, user and repository configuration
14
14
15
15
## Repositories
16
- * Create a new repository
17
- * Clone an existing repository (Not completely supported yet!)
18
- * The working directory appears empty and has to be checked out manually. (i.e. ` git checkout master ` ).
19
- * Not all protocols are supported yet (especially SSL).
20
- * Open an existing local repository (and its submodules!) and display the full history.
21
- * Switch between multiple repositories
16
+ * Create repositories
17
+ * Clone existing repositories
18
+ * Some major protocols are not yet supported (especially SSL).
19
+ * Open local repository (including submodules!) and display the complete history.
20
+ * Navigate between repositories
22
21
23
22
## Submodules
24
- * Seamlessly navigate between submodules and their parent repository .
25
- * Tooltips provide information about each submodule and its state.
23
+ * Seamlessly navigate between repositories and submodules .
24
+ * Tooltips provide information about a submodule´s state.
26
25
27
26
## Branches
28
- * Overview of all existing branch references ( local and remote) plus tags.
29
- * Create a local branch on any commit in a repository' s history.
27
+ * Overview of all existing local and remote branches, tags and other references .
28
+ * Create local branches on any commit in a repository´ s history.
30
29
* Checkout a branch (branch will not be activated yet!)
31
30
* Rename a branch (currently only supported for local branches)
32
31
33
32
## Difference Viewer
34
- Compare current HEAD commit with ...
35
-
36
- * ... working directory
37
- * ... parent
38
- * ... all parents (important for merge commits)
39
- * ... a branch
40
-
41
- ## Working Directory and Stage Area
42
- * Display working directory and Stage Area (aka the Index)
43
- * Highlight changed files in working directory
44
- * Display file differences
45
- * Create a commit (with a message)
33
+ Compare any commit in a repository´s history to ...
34
+
35
+ * ... all parents (especially useful for merged commits)
36
+ * ... a single parent commit
37
+ * ... another branch
38
+ * ... the current working directory
39
+
40
+ ## Working Directory and Stage-Area
41
+ * Display files in the working directory and stage them.
42
+ * Highlight changed files in the working directory.
43
+ * Commit all staged files to the repository.
0 commit comments