Getting Started with GitHub Desktop for Version Control

Slide Note
Embed
Share

Explore the process of setting up GitHub Desktop, installing Git, authenticating to GitHub, configuring Git for GitHub Desktop, and leveraging Git's main features for efficient version control. Learn how GitHub.com serves as a remote repository hosting platform and discover the advantages of using GitHub Desktop for streamlined project contributions on both OS X and Windows platforms.


Uploaded on Aug 01, 2024 | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. Download presentation by click this link. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

E N D

Presentation Transcript


  1. Version control with Github Desktop Shuai Wei IS&T Research Computing Services Boston University

  2. Setting up GitHub Desktop Installing GitHub Desktop https://desktop.github.com/ Authenticating to GitHub Add your GitHub.com account information to GitHub Desktop Configuring Git for GitHub Desktop If you don t have Git installed, you must configure it before using GitHub Desktop.

  3. Git: main features Track all your changes Work along with others Share work with others With Git

  4. Git Workflow Local computer Github.com

  5. Git: command lines in a terminal window

  6. Github.com A web-server that allows you to save/access your repository remotely. Easy to share with collaborators.

  7. GitHub desktop It s a fast, easy way to contribute to projects from OS X and Windows. GitHub workflow and replace GitHub for Mac and Windows with a unified experience across both platforms.

  8. Setting up GitHub Desktop Installing GitHub Desktop https://desktop.github.com/ Authenticating to GitHub Add your GitHub.com account information to GitHub Desktop Configuring Git for GitHub Desktop If you don t have Git installed, you must configure it before using GitHub Desktop.

  9. Authenticating to GitHub or

  10. Creating GitHub account if you dont have an account already

  11. Configuring GitHub account

  12. Configuring GitHub account

  13. Configuring GitHub account

  14. GitHub Desktop Setup

  15. Using Github desktop for version control Track and visualize each update of your code. Revert a previous version/commit. Branch out for large project development. Now let s start a new project (repository) with Github desktop.

  16. We use the following set up. Repository name: BI594 File: hello.txt, class.txt First line: Hello World! More lines: Chapter 1: Chapter 2:

  17. Other resources to learn Git: https://help.github.com/desktop/ http://try.github.io/ https://www.atlassian.com/git/tutorials https://github.com/chinium18/github_desktop_tutorial

  18. Topics for hand-on practice in class Create a new repository New file Commit Publish Edit, commit, and push Add new file, commit, and push Revert a commit Revert a reverted commit Add collaborators Accept collaboration Clone a repository from collaborator Edit files in the same directory Resolve conflicts in code development

  19. help@scc.bu.edu

Related