Detail Form
We will send your result on your email id and phone no. please fill detail
What does the following git command do:
$ git clone https://github.com/seanseany/blockchain-cli
You have created a new Git directory and performed the first commit operation by using the git commit -m "First Commit" command. What is the significance of the b6bd481 string that is available in the second line of the following code:
SMA:my_git_project donny$ git commit -m "First Commit"
[master (root-commit) b6bd481] First Commit
3 files changed, 3 insertions(+)
create mode 100644 my_file
create mode 100644 myfile2
create mode 100644 myfile3