Skip to content

Experiencing this bug when I try to push changes from my local machine to github just after I added image from GIT Bash . #301

Answered by mikeysan
shivambhat asked this question in Q&A
Discussion options

You must be logged in to vote

@shivambhat Did you create a new branch to push to?
These are the instructions from the repo


    Fork this Repository using the button at the top
    Clone your forked repository to your pc ( git clone "url from clone option.)
    Create a new branch for your modifications (ie. git branch new-user and check it out git checkout new-user and git checkout -b new-user)
    Add your profile image in static/images/ ( use drag and drop option or upload by commands.)
    Add your profile data in content/participant/
    Add your files (git add -A), commit (git commit -m "added myself") and push (git push origin new-user)
    Create a pull request
    Star this repository

Might the issue be that…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@shivambhat
Comment options

@shivambhat
Comment options

Comment options

You must be logged in to vote
1 reply
@shivambhat
Comment options

Answer selected by shivambhat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants