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

Git-GitHub-Vs Code #186

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

yadiiiiii1
Copy link

Git-GitHub-Vs Code information

@erdavenport
Copy link
Collaborator

@yadiiiiii1 Thanks for reading the paper and submitting a Pull Request!

The file you created is named contribution.md, rather than your own username.

This is a great opportunity to practice updating a Pull Request after receiving feedback. This will often happen when you contribute to other projects. Running the code below from the git-for-science repository on your local machine will remove the readers/contribution.md file, create a new file called readers/yadiiiiii1.txt, commit the changes, and then push the change back to GitHub.

# Delete the file from your repository
git rm readers/contributions.md

# Create file titled with your username
touch readers/yadiiiiii1.txt

# Commit the changes
git add *
git commit -m "remove contributions.md and add username to readers directory"

# Push the changes back to your fork. The PR will automatically update
git push origin master

Let us know if you have any questions!

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

Successfully merging this pull request may close these issues.

None yet

2 participants