You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5. git push moves the changes from a local repository to a remote repository
6. A .gitignore file is used to tell git not to track certain files
7. A fork is a complete copy of code which exists separately from the original repository. It allows you to make changes to the code without changing the original.
8. A clone is a copy of the forked code in your local machine. Typically a repository is only cloned once.