Skip to content

You should have to do these things only once on any given computer; they’ll stick around between upgrades.

License

Notifications You must be signed in to change notification settings

Setiyadi-Group/FirstTimeGitSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

FirstTimeGitSetup

You should have to do these things only once on any given computer; they’ll stick around between upgrades.

Step by steps

  1. Download Git and VSCode from their original websites, or you can use ninite.com

  1. Then after installing both of the app, set up your git config like this below and paste it on your cmd terminal, or you can visit git-scm.com for more details about the docs.

$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
  1. Create a new account or log in into an existing account on Github, then start building your own reposiories on it.

  1. Open VSCode and press "Mark Done", why? Because you can explore it later by yourself. Once it's done, let's clone your existing repository that you have just created.

  1. After that, you will be redirected and asked for sign in into Github. While cloning you will be asked where the cloned repossitory will be stored. For that, you can create a new folder and asssign it. Don't forget to trust the author since you are the one who made the repository.

  1. Now you can easily make a documentation about your work in ANY FIELDS, NOT JUST AN IT PERSON, because this is the proof of your legacy that can be useful to be inherited by the younger generations.

  1. Last step, stage all changes commit and push. I hope after this short tutorial, you can experiment yourself and gain wider understanding about how a piece of paper can lead humanity enjoy this kind of modern technology we use today.

About

You should have to do these things only once on any given computer; they’ll stick around between upgrades.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published