dbaumannII / Notlearning

More stuff
0 stars 0 forks source link

Lesson 1 #1

Open 0x647262 opened 8 years ago

0x647262 commented 8 years ago

@dbaumannII

Not a file in this repository, and there's already an issue!

Setup:

Things you need installed for this lesson:

user@host:~/$ pwd

Chances are that if you just logged in, that it will be:

/home/$USERNAME

Start a directory for all of your git projects:

user@host:~/$ mkdir Git && cd $_

Clone this repository:

user@host:~/Git/$ git clone https://github.com/ctlsrvic/learning.git

Move into the project's folder:

user@host:~/Git/$ cd learning

Create a README.md file for this repository:

user@host:~/Git/learning/$ vim README.md

Example: Here

View the status of your repository:

user@host:~/Git/learning/$ git status

Add your README to git's list of tracked files:

user@host:~/Git/learning/$ git add README.md

Upload your README.md to GitHub:

user@host:~/Git/learning/$ git push origin master

Problem Set:

  1. What do pwd, cd, & vim stand for? Take your time and do a little research.
    • Start with man $command (where $command is the item you wish to learn about)
    • Google anything that confuses you. Including the man command.
  2. What does $_ do?
  3. If you have any troubles with vim, google them. You can never escape vim.
  4. How can you initalize a git repository without cloning a project?
    • How would you let git know where to upload your files?
    • Is GitHub the only place to host your git repositories?
  5. If your upload to GitHub failed:
    • Why did your file fail to upload to GitHub? Take some time and read the errors.
    • Correct the problems and attempt to upload your files again.
    • More problems? Back to step 5.1!

Once you've completed the tasks and made a comment here to answer the word problems of the problem set, feel free to close this issue. Then ping me by typing "@krak-n" in your comment so I can check your work and prepare the next issue for you.

There are no constraints on the human mind, no walls around the human spirit, no barriers to our progress except those we ourselves erect.

No matter how stuck you feel at any point in your learning process, just keep trying.

0x647262 commented 8 years ago

@dbaumannII ping

0x647262 commented 8 years ago

@dbaumannII ping