Github in terminal is much easier than you think

For the past one week I joined this program of software engineering one year .We started of with introduction with emacs vim then github . Apparently my code was not running well on their command line I came to realize this when I continued to debug my code Pay attention well on the directory that you are in keep in minds cd .. most of the time and check the spellings well Another point is check the output of your work by using cat and ls for listing the files in that directory so that you can proceed without any hesitation . Use the git add . Then git commit -m ‘’ And push when you are in the exact directory that you have made changes on . Lastly try to look the error in stack overflow when stuck .

I hope this tips will benefit you .Thank you all.Comment if you feel I have left something out .Keep learning .