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

ISSUE-94 Update documentation to explain how to access a specific branch from github locally(other than main) #94

Open
kbventures opened this issue Oct 5, 2022 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@kbventures
Copy link
Owner

Update documentation explaining how you can access a specific branch. (Useful for testing code when doing code reviews from pull requests).

https://www.freecodecamp.org/news/git-clone-branch-how-to-clone-a-specific-branch/

@kbventures kbventures added the documentation Improvements or additions to documentation label Oct 5, 2022
@kbventures kbventures changed the title ISSUE-92 Update documentation to explain how to access a specific branch from github locally(other than main) ISSUE-94 Update documentation to explain how to access a specific branch from github locally(other than main) Oct 5, 2022
@kbventures
Copy link
Owner Author

git clone [URLTORepository]
git checkout [commithash]

commit hash looks like this "45ef55ac20ce2389c9180658fdba35f4a663d204"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants