kblincoe / VisualGit_SE701_2019_1

1 stars 0 forks source link

[FEATURE] Add git init command to command panel #253

Closed Jess-Alcantara closed 5 years ago

Jess-Alcantara commented 5 years ago

Description The purpose of VisualGit is to also help users understand git. When you create a new repository from VisualGit the command does not appear in the command panel. It would be helpful for users to understand what's going on by adding the command to the command panel as shown in the screenshots.

Command for initialising a repository should be shown here: Screen Shot 2019-04-07 at 4 20 42 PM

Acceptance criteria The command for initialising a git repository should be shown in the command panel.

Additional context The command panel is there to help users understand the underlying git commands for various functions in VisualGit. For example when cloning a repository, the git command is shown in the command panel. When creating a repository, a command should be shown as well.

Cloning a repository command: Screen Shot 2019-04-07 at 4 24 34 PM

rmberriman commented 5 years ago

Approved! That would be useful for those new at git - might be a very small issue tho

Ravid12 commented 5 years ago

Approved! This would definitely make it more consistent with the other git commands in visual git.

lukethompsxn commented 5 years ago

Approved! I agree we should have it consistent with the other commands and this would definitely help new users to become more familiar with the workflow.

Jess-Alcantara commented 5 years ago

might be a very small issue tho

Agreed, will change.

Jess-Alcantara commented 5 years ago

Closing issue as fixed by #261