[cs631apue] Git usage question

Jan Schaumann jschauma at stevens.edu
Tue Sep 10 22:30:37 EDT 2019


Yuxi Wang <ywang286 at stevens.edu> wrote:

> Here is my configuration about the git
> https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FG-cream%2FCS631%2Fblob%2Fmaster%2Fimage.png&amp;data=02%7C01%7Cjschauma%40stevens.edu%7C66bfc1649a894a36bb3c08d7365e8f8d%7C8d1a69ec03b54345ae21dad112f5fb4f%7C0%7C0%7C637037652092599744&amp;sdata=u6YmYK53Fn5y9wZslG%2BnnrBfk%2FRb11bGh97ePFugQLo%3D&amp;reserved=0.

In the future, please copy and paste the output from
your commands into your email directly.

Uploading a screenshot of the text output you have to
a third party service where then others have to follow
a link to view the image but can't easily comment on
makes it difficult to help you.

Having said that, it looks to me like you did manage
to get the changes committed, even though the
instructions did not include the step to run 'git add'
for the file in question.

If you are not familiar with git, you can use your
favorite search engine to look for git tutorials,
although those tend to be _much_ too complicated and
complex for what we need.  For your course notes you
really only need:

git init (once)
git add (for any new file you create)
git commit (after any changes you've made)

-Jan


More information about the cs631apue mailing list