Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Latest commit

 

History

History
165 lines (83 loc) · 3.38 KB

github.md

File metadata and controls

165 lines (83 loc) · 3.38 KB

GitHub Markdown workflow

An archaic GitHub Markdown workflow for the Department of the History of Technology at ETH Zurich.

Open a GitHub account

  • Go to GitHub, fill in your credentials and click Sign up for GitHub

01

  • Click Continue

02

  • Click skip this step

03

  • Hit Read the guide and study some GitHub features

04

  • Meanwhile you should have gotten a verification mail. Click on Verify email address

05

  • Your account is now verified

06

Create a new project

  • Go to GitHub and click Start a project

04_2

  • Fill in a title, a description, click Initialize this repository with a README and click on Create repository

07

  • Hint: If you want your project to be private you must subscribe to GitHub

08

Invite collaborators

  • Go to GitHub and click Your profile

18

  • Switch to Repositories and click on your project

19

  • Click on Settings

14

  • Click on Collaborators and add them by email address or username

15

Edit files online

  • Go to GitHub and click Your profile

18

  • Switch to Repositories and click on your project

19

  • Click on README.md

09

  • Click on the pencil

10

11

  • You can switch back and forth to edit your file and preview the changes

12

  • Once you finish editing your file you need to describe your changes and click commit changes

13

Edit files offline

Install GitHub Desktop

21

  • Open GitHub Desktop by (double) clicking and click Sign into GitHub.com

22

  • Fill in your credentials and click Sign in

23

  • Check your name and your email and click continue

24

  • Click Finish

25

Make a local copy of your project (clone a repository)

Step Description Figure

  • Click on Clone a Repository

26

  • If you already have another local repository you need to click on File/Clone Repository

35

  • Choose a repository (private, public and accepted invitations are shown), choose a path to save it to and click Clone

27

Edit your local copy and sync with cloud

  • Click Fetch origin twice to download the latest changes from the cloud and click open this repository

28

  • Open README.md or any other md-file with Editor or TextEdit

29

30

  • Switch back to GitHub Desktop, describe your change and click Commit to master

31

  • Click on Push origin to sync your changes with the cloud

32

Switch project

  • Click on the arrow next to Current repository and switch between projects

34

Track changes

  • Click on History to track all changes

33