6 0
Sign in to rate

Pro Git Book Study Deck

0.02MB. 0 audio & 0 images. Updated 2015-04-17.

Description

Study essential Git topics and learn for commands.

Sample (from 153 notes)

Cards are customizable! When this deck is imported into the desktop program, cards will appear as the deck author has made them. If you'd like to customize what appears on the front and back of a card, you can do so by clicking the Edit button, and then clicking the Cards button.
Front How can you view the status of files in a compact way?
Back git status -sĀ git status --short
Tags
Front What does it mean if a file is in the "staged" state?
Back You have marked a file in its current state to go into the next commit snapshot.
Tags
Front How would you share a local branch called "badname" as "goodname" on a remote called "origin"?
Back git push origin badname:goodname
Tags

After the file is downloaded, double-click on it to open it in the desktop program.

At this time, it is not possible to add shared decks directly to your AnkiWeb account - they need to be added from the desktop then synchronized to AnkiWeb.

Reviews

on 1672499072
Grazie
on 1650650888
Very nice
on 1623538733
Thanks
on 1622159855
Good stuff
on 1603272145
I adjusted it so you have to type in your answer because small mistakes in terminal do matter
on 1540389910
Very useful!