Detail Form
We will send your result on your email id and phone no. please fill detail
What is the function of the following Git code:
$ git commit -m "Some message"
$ git reset --soft HEAD~
<< edit files as necessary >>
$ git add ...
$ git commit -c ORIG_HEAD
You are configuring the submodule.<name>.update key in your .gitmodules file for your Git project. Which of the following parameters are you allowed to use in this case:
In the following Git code, which of the following aliases can be used as an alternative:
git log -g --abbrev-commit --pretty=oneline