Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions solution.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-A commit is a snapshot of changes in the repository.
-A branch is a separate line of development in the repository.
-A pull request is a request to merge changes from one branch to another.
-You initialize a new Git repository with 'git init'.
-You clone a repository from GitHub with 'git clone <repository_url>'.
-You stage changes for a commit with 'git add <file>'.
-You push changes to a remote repository with 'git push'.