0% found this document useful (0 votes)
22 views

Summary_ Git Workflows with Git Commands _ Coursera

Uploaded by

VEDANT PATEL
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Summary_ Git Workflows with Git Commands _ Coursera

Uploaded by

VEDANT PATEL
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Hide menu

Git Workflows with Git


Commands

Video: Overview of Git


Summary: Git Workflows with Git
Workflows
6 min Commands
Video: Overview of Git
Commands
5 min
In this module, you learned that:
Ungraded Plugin: Reading:
Git Commands GitHub has over 100 million repositories. You can clone a repository and sync changes back to
15 min the original. You can also fork a repository and use it as the base for the new project or work on
that project independently.
Video: Demo: Working with
Branches using Git
Commands
The steps included in a GitHub workflow are:
4 min
Clone the remote repository or initialize a Git repository.
Ungraded App Item:
Hands-On Lab: Getting Move files to a staging area.
Started with Branches
using Git Commands Perform an initial commit.
25 min

Create a branch and work on it.


Video: Cloning and Forking
GitHub Projects
6 min
Add files to the staging area and commit.

Video: Cloning versus Push local commits to the remote repository.


Forking
6 min Create a pull request for review and merging.

Video: Managing GitHub


Use the pull operation to update the local repository.
Projects
3 min
Multiple roles are involved in managing a project: Developer, Integrator, and Repository
Ungraded App Item: Administrator.
Hands-On Lab: Cloning and
Forking GitHub Projects A Developer working in a group project uses commands like git clone, git pull, git fetch, git
25 min
push, and git request-pull in addition to the ones needed by a standalone developer.
Reading: Summary: Git
Workflows with Git An Integrator in a group project reviews and integrates changes made by others.
Commands Integrators use commands like git pull, git revert, and git push in addition to the ones
2 min needed by participants.
Practice Assignment:
Practice Quiz: Git
Repository Administrators structure how the repository is organized and how users
Workflows with Git interact with the repository. They also configure the servers needed for accessing the web
Commands services and documentation, define email and index settings, and manage the look and
10 min
feel of the application.
Cheat Sheet, Glossary and
Graded Quiz The following table shows various Git commands:

git init git git revert git-format-patch git fetch upstream


checkout

git status git merge git config --global git-request-pull git merge
user.email upstream/main

git add . git clone git config --global git-send-email git pull upstream
user.name

git git pull git remote -v git-am git web


commit

git log git push git remote rename git-daemon git-instaweb

git reset git version git remote add git remote -v git-pull downstream

You might also like