in Technology by

Which command helps you track the revisions of your revisions in Git?

       A. Git reflog

       B. Git logref

       C. Git track

       D. Git revision trak

1 Answer

0 votes
by

Which command helps you track the revisions of your revisions in Git?

       Ans : Git reflog

Related questions

0 votes
    git reflog tracks the commits that are made and the commits that are discarded. A. True B. False...
asked Dec 24, 2022 in Technology by JackTerrance
0 votes
    git reflog –verbose will print extra information on the screen. A. True B. False...
asked Dec 24, 2022 in Technology by JackTerrance
0 votes
    git bisect is used to identify a commit that has introduced a bug. A. True B. False...
asked Dec 24, 2022 in Technology by JackTerrance
0 votes
    I have made a commit and discarded it. I can still retrieve that commit using git reflog. A. True B. False...
asked Dec 24, 2022 in Education by JackTerrance
0 votes
    What is the command to pick a commit from a specific branch and move it to another branch? A. Git move commit B. Git cherry-pick C. Git move branch D. None of the options...
asked Dec 24, 2022 in Technology by JackTerrance
0 votes
    What is the command to amend an incorrect commit message? A. Git does not have an option to amend messages B. ... Git correct message D. Git amend -m “Correct message”...
asked Dec 24, 2022 in Technology by JackTerrance
0 votes
    There are cookies that are designed to track your browsing habits & aim ads to you. (a) True (b) ... ,Need-for-Cyber Security:,Cyber Security-Jobs:,Cyber Security Applications...
asked Oct 31, 2021 in Education by JackTerrance
0 votes
    Git keeps track of all the submodules and their paths in the project in _____________ (1).gitmodules file (2).git folder (3).gitmodule file (4)Remote repository...
asked Jun 1, 2021 in Technology by JackTerrance
0 votes
    How to push a new local branch to a remote Git repository and track it too?...
asked Jan 7, 2021 in Technology by JackTerrance
0 votes
    I am using MacOS Monterey 12.3. Once I initialize git for my Python (Python3.9) project, if I ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 7, 2022 in Education by JackTerrance
0 votes
    What is the git command that downloads any repository from GitHub to your computer?...
asked Oct 4, 2020 in Technology by Editorial Staff
0 votes
0 votes
    ________________ is a popular tool to block social-media websites to track your browsing activities. (a) Fader ... -Cyber Security:,Cyber Security-Jobs:,Cyber Security Applications...
asked Oct 31, 2021 in Education by JackTerrance
0 votes
    Which helps you test the horizontal logic of your story? Choose the appropriate answer. (1)Summary (2)Reverse ... 3)None (4)Both Reverse storyboarding and Summary are correct...
asked May 19, 2021 in Technology by JackTerrance
0 votes
    I want to merge two branches that have been separated for a while and wanted to know which files have been modified ... I missed... Select the correct answer from above options...
asked Feb 3, 2022 in Education by JackTerrance
...