
git-stage
List of commands for git-stage:
-
git-stage:tldr:442c6 git-stage: Add a file to the index.$ git stage ${filename}try on your machineexplain this command
-
git-stage:tldr:49313 git-stage: Interactively stage parts of files.$ git stage -ptry on your machineexplain this command
-
git-stage:tldr:a50d0 git-stage: Also add ignored files.$ git stage -ftry on your machineexplain this command
-
git-stage:tldr:af769 git-stage: Interactively stage a file.$ git stage -itry on your machineexplain this command
-
git-stage:tldr:e411b git-stage: Only add already tracked files.$ git stage -utry on your machineexplain this command
-
git-stage:tldr:f2130 git-stage: Add all files (tracked and untracked).$ git stage -Atry on your machineexplain this command
-
git-stage:tldr:fa823 git-stage: Interactively stage parts of a given file.$ git stage -p ${filename}try on your machineexplain this command