Skip to content

Commit 76285e1

Browse files
authored
Update Design.md
Small updates
1 parent 5d0fdd3 commit 76285e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Design.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
- Help establish a good working rhythm with Git that will help them develop a useful mental model .
55
- Expose the most frequently used commands that cover the majority of daily git use.
66
- Increase Usability of Git
7-
- Shield user from repetitive actions; surface state-related information.
8-
- Increase visibility of the state of Git Repos.
7+
- Shield user from repetitive actions.
8+
- Increase visibility of the state of Git Repos; surface state-related information.
99
- Unblock advanced commands by easing transition to terminal when necessary.
1010

1111
## Research Requirements:
@@ -14,7 +14,7 @@
1414

1515
## Design Requirements:
1616
### First Stage
17-
- Add multi-user functionality (Push to Origin [default], Pull from Origin [default])
17+
- Add remote functionality (Push to Origin [default], Pull from Origin [default], Expose Remotes?)
1818
- Merge/diff conflicts handled in the terminal
1919
- Branches
2020
- Add new Branch

0 commit comments

Comments
 (0)