git - How to commit changes after I clone a repository which is forked from others? -
I'm new to GeT / Geethub. What I'm trying to do here (and not yet able to reach the goal): I'm stuck with someone else's repository. This is an amacus configuration, so now my guithe page shows this new repository. Then I'm cloning it on my local computer so that my amax can read the configuration. I
git clone https://github.com/MY_NAME/My_EMACS_SETUP ~ / .emacs.d Now everything is fine and Emacs Reads the configuration. Then I want to customize my Imax by adding my own configuration. Let me assume that I have modified the ~ / .emacs.d / init.el . When I run git status , then it says that init.el has been modified. Then I run git add init.el and git commit -m "modified init.el" , which though my repository
Then I go to my zithub page and refresh it. However, I do not show my repository commitment. Am I forgetting something? Do I need to run some git remote add ? Because I feel that my commitment has not made Github any change because I have never asked my username and password
Comments
Post a Comment