12
Putting your Resume on Github Ukrish Vanichrujee

Putting your resume on github

Embed Size (px)

Citation preview

Page 1: Putting your resume on github

Putting your Resume on Github

Ukrish Vanichrujee

Page 2: Putting your resume on github

Create your Github account

https://github.com/

All rights reserved by www.mynerdy.com

Page 3: Putting your resume on github

Choose your personal plan

You can change your plan later. So, you can use free plan first.

All rights reserved by www.mynerdy.com

Page 4: Putting your resume on github

Create your first repository

Click create a repository

All rights reserved by www.mynerdy.com

Page 5: Putting your resume on github

Name your repository

I will name it resume. You can call It whatever you what.

All rights reserved by www.mynerdy.com

Page 6: Putting your resume on github

Install Git

• For window user:– https://git-scm.com/download/win

• For Linux :– Open terminal: type “sudo apt-get install git”

All rights reserved by www.mynerdy.com

Page 7: Putting your resume on github

Create where to store your code

• Create folder to store your resume on your drive

I create it in my virtual server directory because it is very convenient to call GIT after I finish testing my code.

All rights reserved by www.mynerdy.com

Page 8: Putting your resume on github

Follow the instruction command

All rights reserved by www.mynerdy.com

Page 9: Putting your resume on github

open cmd for window, terminal for linux

All rights reserved by www.mynerdy.com

Page 10: Putting your resume on github

Use the following commandsecho “My resume” >> README.mdgit initgit add .git commit - “first commit”git config --global user.email “your email”git config --global user.name “your name”git remote add origin your-repository-urlgit push –u origin master

All rights reserved by www.mynerdy.com

Page 11: Putting your resume on github

Your resume is on Github now

All rights reserved by www.mynerdy.com

Page 12: Putting your resume on github

www.mynerdy.comhttp://www.mynerdy.

com

Keyword: resume, install, cv, github, git, beginner