 |
Description
Given an action, choose the correct Git commands to accomplish it, as follows:
send |
git add -A
git commit -m "Some changes"
git pull
git push
|
receive |
git add -A
git stash
git pull
git stash pop
|
info |
git status -s
|
|
Input
The input is the desired action: send, receive, or info.
Output
Ouput the corresponding Git commands. Don't improvise; give the commands exactly as shown.
Examples
Input | Input |
receive
|
info
|
Output | Output |
git add -A
git stash
git pull
git stash pop
|
git status -s
|
Added by: | BYU Admin |
Date: | 2015-11-05 |
Time limit: | 1s
|
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: |
Cube (Intel G860)
|
Languages: | All except: ASM64 MAWK BC NCSHARP COFFEE DART FORTH GOSU JS-MONKEY JULIA KTLN OCT PROLOG PYPY3 R RACKET SQLITE SWIFT UNLAMBDA |