Name *
Email *
College * ---MNNIT AllahabadAVV CoimbatoreIGDTUW DelhiIIITM-K TrivandrumIIT (BHU) VaranasiTAT BhubaneswarOther
[group new-college] College Name (if other, enter your college name) [/group]
[group samecollege clear_on_hide][/group]
Git Version Control Webex Feedback
1. The workshop material was presented in a clear and organized manner. * [starratingawesome* material-organized min:1 max:5 step:1 icon_class:fa-star]
2. The presenter responded to questions in an informative, appropriate and satisfactory manner. * [starratingawesome* presenter-response min:1 max:5 step:1 icon_class:fa-star]
3. The workshop content was relevant and it met my expectations. * [starratingawesome* workshop-content min:1 max:5 step:1 icon_class:fa-star]
4. The portal www.tqb.li2.in was very helpful in understanding the concepts and applying them in the workshop. * [starratingawesome* portal-helpful min:1 max:5 step:1 icon_class:fa-star]
5. The session was conducted in a fun filled learning environment. * [starratingawesome* session-fun min:1 max:5 step:1 icon_class:fa-star]
6. I would like to attend more workshops of Cisco thingQbator. * [starratingawesome* attend-more min:1 max:5 step:1 icon_class:fa-star]
7. Overall, I had a wonderful learning experience in the workshop and I enjoyed it. * [starratingawesome* overall-experience min:1 max:5 step:1 icon_class:fa-star]
8. Specify the topics of workshops you would like to be part of in the future.
9. What could have been done better? How would you like to take this workshop experience further?
Questionnaire – Git version control
1. What comes first, staging with ‘git add .’ or committing with ‘git commit’ ? * ---git add .git commitNone of the aboveCurrently not aware
2. Which of these Git client commands creates a copy of the repository and a working directory in the client’s workspace ? * ---updatecheckoutcloneupdateCurrently not aware
3. Sometimes it may be a good idea to exclude files from being tracked with Git. What file will you use ? * ---node_modules.gitignore.gitconfig.envCurrently not aware
4. What is the command used to configure user information for all local repositories ?* ---git addgit pushgit branchgit configCurrently not aware
5. True or False? In Git, if you want to make your local repository reflect changes that have been made in a remote (tracked) repository, you should run the pull command ?* ---FalseTrueCurrently not aware
6. In Git, which error would you get if you try to push master-branch changes to a remote repository, and someone else pushed changes to that same branch while you were making your changes ?* ---Rejected404Access denied400 Bad requestCurrently not aware
7. The Git clone command does which of the following ?* ---Creates a working directoryMakes a local copy of the repositoryCommits a new brancha, b, and ca and bCurrently not aware
8. Which one of the following is not part of the data structure of a Git repository ?* ---Branch pointerCommit objectHEAD pointerBody elementNone of the aboveCurrently not aware
We would love to see what you build out of these learnings!
Click here to submit your projects, share it with the world and stand a chance to be rewarded.
For the Qurious >