NEW
Font size
WorksheetsGit Github MLSA
Total questions: 10
Worksheet time: 8mins
Which is the correct order to submit your changes from the working directory to the remote repository?
git add, git commit, git push
git push, git add, git commit
git add, git push, git commit
git commit, git add, git push
Which of these terms best describes git?
Integrated development environment
Distributed Version control system
Issue tracking system
Web-based repository hosting service
What does the command “git status” do?
Shows the changes between commits, working trees
Displays the state of staging area
Pulls new changes from the currently working branch
Creates an empty Git repository
What's the git command that downloads your repository from GitHub to your computer?
Git pull
Git fork
Git clone
Git commit
The git help command is used to.
Show a list of the most used commands in Git
Displays a list of network information.
Help the user to commit his code
Show a list with the ips
What does Git logo look like?
What does forking a repository do?
It serves to notify the owner of the project that we want to implement some master branch changes.
Creates a personal copy of a repository ,owned by another person, in your github account.
Pins the unimportant of the commit
Helps identify the conflicts
How would you commit this with the message "adding new authors to index"?
git commit -m "adding new authors to index"
git commit "adding new authors to index"
git commit .
Both a) and b)
Command to push your code from local system to GitHub
git push -u origin <branch_name>
git push <branch_name>
~push <branch>
~git push origin <branch>
Which company owns GitHub?
