Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 0f5d984

Browse files
committed
updated "features" site
1 parent 8f73986 commit 0f5d984

File tree

1 file changed

+20
-22
lines changed

1 file changed

+20
-22
lines changed

features/index.md

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,31 @@ In the current development state MacGitver provides mostly basic Git tasks.
1313
* Editor for Git's system, user and repository configuration
1414

1515
## 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
2221

2322
## 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.
2625

2726
## 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.
3029
* Checkout a branch (branch will not be activated yet!)
3130
* Rename a branch (currently only supported for local branches)
3231

3332
## 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

Comments
 (0)