Skip to content

zlstravel/lab2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Git Practice Activity for Lab2

A repo to play with the common git operations in and learn how to get working with markdown

Helpful links

Steps to complete for the practice activity

FILL THINGS OUT BELOW THIS LINE AND DO IT IN MARKDOWN

Working definition of Git and what it's done for

Git is a version control system for tracking changes in computer files and coordinating work on those files among multiple people.

Long story short, Git is a collaborative platform, somewhat like the Google Doc (not working exactly the same way though), specifically designed for programmers.

It is primarily used for source code management in software development, but it can be used to keep track of changes in any set of files.

What do you think the top 3 reasons to use GitHub / GitLab are?

  1. Collaborate with other programmers within the team
  2. Contribute to open source softwares
  3. Safe for development as git keeps track of all file history

What is a Pull Request?

Pull Request is a mechanism for you to take part in other people's code, usually a repo that you don't have push privilege to. It allows you to change some line(s) of codes in the repo, having discussion with the owner of the repo, and raising up potential issues etc.

Links to relevent Github / git tutorials

Change this image to be something else with different alt data

IT Crowd.

About

A repo to play with the common git operations in.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published