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 @@
1. A commit is a snapshot of changes at a particular time in the repo.
2. A branch is an independent line of development that allows you to work on different versions of a project
3. A pull request is a request to merge changes from one branch to another.
4. git init command
5. git clone [repo-url] command
6. git add [filename] command
7. git push command