Skip to main content

Command Palette

Search for a command to run...

Activity #5 Github Fundamentals

Updated
1 min readView as Markdown
Activity #5 Github Fundamentals

Git Commit: To save your changes to the local repository.

Git Pull: To fetch and integrate changes from a remote repository into your current branch.

Git Push: To upload your local commits to a remote repository.

Git Log: To view the commit history of the repository.

Git Fetch: To retrieve updates from a remote repository without merging them.

Git Branch: To manage branches in your repository.

Git Checkout (Branch-Name): To switch to an existing branch in the repository.

Git Checkout-N(New-Branch-Name): To create a new branch and switch to it at the same time.

T

no repository link -5

More from this blog

Darsie

30 posts