Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

PLPBasicGitAssignment

Steps :

  1. Go to my github account and create a repo called "PLPBasicGitAssignment"
  2. created a folder on my Desktop called "PLPBasicGitAssignment"
  3. On the command line navigate to my folder on the git bash command line. By cd PLPBasicGitAssignment
  4. on git bash run command git init
  5. Connect my local repo to my github repo. git remote add origin https://github.com/Alisonrajpal/PLPBasicGitAssignment
  6. on command line vi hello.txt
  7. Press i and then I type "Hello, Git!". After that press esc, followed by :wq and enter
  8. cat hello.txt. It displays what I wrote.
  9. vi README.md
  10. Press i and then type all the steps I did. Followed by esc button then :wq
  11. git add .
  12. git status. git commit -m "Assisgment uploaded"
  13. Lastly git push-u origin master

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors