Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic git commands to participate in a team project #1

Open
6 tasks
aridyckovsky opened this issue Mar 16, 2021 · 0 comments
Open
6 tasks

Add basic git commands to participate in a team project #1

aridyckovsky opened this issue Mar 16, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request onboarding Focused on newcomers to a lab

Comments

@aridyckovsky
Copy link
Member

Basic git commands to participate in a team project

Assumptions:

The following assumptions are made about this manual section's requirements:

  • Git installed on local machine
  • Git is configured on local machine, i.e., git config command sequence
  • GitHub user account exists
  • GitHub user has repository access
  • Knows how to navigate command-line interface, i.e., Terminal or another shell

Requirements

Complete guidance on the following to resolve this request:

  • Explain screenshot of GitHub repository with clone tooltip open
  • Clone a repository into a desired directory via git clone
  • Checkout the develop branch
  • Checkout a new branch to do work in
  • Track and commit changes to new branch
  • Submit pull request on GitHub for develop branch

Note: This is focused on team projects, and there are lesser overhead branch concerns when working on solo projects, but those are for another section.

@aridyckovsky aridyckovsky added enhancement New feature or request onboarding Focused on newcomers to a lab labels Mar 16, 2021
@aridyckovsky aridyckovsky self-assigned this Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request onboarding Focused on newcomers to a lab
Projects
None yet
Development

No branches or pull requests

1 participant