Creating a Pull request for a specific commit #23
Answered
by
cafawo
chintan-wadhwa
asked this question in
Q&A
-
|
I wanted to make a correction in homework 2 of python but when I tried to create a pull request, it fetched all of my past commits instead of the latest one. Does anyone know how I can do that for a specific commit? |
Beta Was this translation helpful? Give feedback.
Answered by
cafawo
May 30, 2024
Replies: 1 comment
-
|
Hi @chintan-wadhwa , It's great that you dive into pull requests! I'd recommend the following workflow:
Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chintan-wadhwa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @chintan-wadhwa ,
It's great that you dive into pull requests!
I'd recommend the following workflow:
git clone https://github.com/iwh-halle/FinancialDataAnalytics.gitBest,
FW