RSSAmplifier

My Personal website - Project MB · Aug 13, 2019

Git add

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Reminder about the difference between git add . and git add -A command. git add . The above command will stage all new files and the changed ones apart the deleted ones. git add -A The above command will stage all new files and the changed one and will delete the deleted files. On the other hand git add -u will track all the already tracked files and stage the changes but will not stage any new…

Read on projectmb.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.