diff --git a/solution.txt b/solution.txt new file mode 100644 index 0000000..732469f --- /dev/null +++ b/solution.txt @@ -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 '. +-You stage changes for a commit with 'git add '. +-You push changes to a remote repository with 'git push'.