Skip to content

Commit 082ce5a

Browse files
authored
Update README.md to use GH Desktop not command line
1 parent 0d17f71 commit 082ce5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Git-Github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ This repository has teaching materials for a two part 3-hour Introduction to Git
1010

1111
Git and GitHub provide an easy way to track changes in documents over time, while facilitating collaboration with other team members. Git allows for saving changes and creating new versions of documents, while GitHub allows for public access to the different versions, as well as collaboration among individuals on a team. Together, Git and GitHub allow for project development between multiple individuals while being able to retrieve all previous versions of the tracked documents.
1212

13-
While these tools were initially designed for saving and developing code collaboratively, there are many advantages for using version control with Git and/or GitHub for other text files and substantial works such as articles, books, and dissertations. Also, since GitHub hosts the documents online, you never need to worry about losing your priceless work due to your computer crashing. Join us in the workshop to learn the simple bash commands needed to save versions of files on your local computer, as well as how to make them accessible online on GitHub.
13+
While these tools were initially designed for saving and developing code collaboratively, there are many advantages for using version control with Git and/or GitHub for other text files and substantial works such as articles, books, and dissertations. Also, since GitHub hosts the documents online, you never need to worry about losing your priceless work due to your computer crashing. Join us in the workshop to learn how to use GitHub Desktop to save versions of files on your local computer, as well as how to make them accessible online on GitHub.
1414

1515
> These materials were developed for a trainer-led workshop, but are also amenable to self-guided learning.
1616
1717
## Learning Objectives
1818

1919
* Describe the benefits of an automated version control system
20-
* Configure and use Git locally
20+
* Configure and use Git locally using GitHub Desktop
2121
* Link local Git repositories to remote GitHub account
2222
* Collaborate using Git and GitHub
2323

0 commit comments

Comments
 (0)