in Technology by

Which type of remote URL does not require your user-name and password while for cloning or pushing?

       A. SSH url

       B. Https Url

1 Answer

0 votes
by

Which type of remote URL does not require your user-name and password while for cloning or pushing?

     Ans : SSH url

Related questions

0 votes
    I pulled a project from GitHub a few days ago. I've since discovered that there are several forks on GitHub, ... those forks I pulled? Select the correct answer from above options...
asked Feb 2, 2022 in Education by JackTerrance
0 votes
    What is the command to delete a branch in your remote repository? A. git delete branchname B. git branch -d branchname C. git push origin -d branchname D. None of the options...
asked Dec 20, 2022 in Technology by JackTerrance
0 votes
    Which command can you use to update remote refs with local refs? A. git push B. git fetch C. git pull D. git update...
asked Dec 17, 2022 in Technology by JackTerrance
0 votes
    What is the command to reset your index as well as the working directory to the state of your last commit? A. git clean B. git reset C. git revert D. git checkout...
asked Dec 21, 2022 in Technology by JackTerrance
0 votes
    When you run git fetch from my local repo, will it update your local code and target branch? A. Yes, the command ... new commits and keep them in a separate branch in local repo...
asked Dec 20, 2022 in Education by JackTerrance
0 votes
    When you run git fetch from your local repo, it will update your local changes in working area? A. True – ... It updates local repo only and does not affect the working area...
asked Dec 20, 2022 in Education by JackTerrance
0 votes
    What does the command git checkout branchname do? A. Adds the new branch B. Switches from main branch to the new branch C. Commits the new branch D. Deletes the new branch...
asked Dec 21, 2022 in Technology by JackTerrance
0 votes
    What does the command Git reset –- soft HEAD^ perform? A. Moves commit to one after current head B. Moves commit ... . Moves commit to the first head D. None of the options...
asked Dec 21, 2022 in Education by JackTerrance
0 votes
    What does the command git checkout -b branchname do? A. Creates a new branch and switches to this new branch B. ... branch C. Deletes the new branch D. Commits the new branch...
asked Dec 20, 2022 in Education by JackTerrance
0 votes
    What does the command git add . do? A. Adds all the files to repo B. Adds all the files to the staging area C. Adds all the files to the local directory D. None of the options...
asked Dec 17, 2022 in Education by JackTerrance
0 votes
    Which command shows the difference between the working directory and the index or staging area? A. git status B. git diff...
asked Dec 17, 2022 in Technology by JackTerrance
0 votes
    What is mean by 'src refspec master does not match any when pushing commits in Git?...
asked Jan 8, 2021 in Technology by JackTerrance
0 votes
    Which of the following creates new commit when you pull new changes from master to the feature branch? A. git rebase master B. git merge master C. git pull origin master...
asked Dec 20, 2022 in Technology by JackTerrance
0 votes
    Which command would you use to view the history of commits? A. git view history B. git show history C. git log D. git show commits...
asked Dec 17, 2022 in Technology by JackTerrance
0 votes
    Which of the following best describes Git? A. Access Control System B. Version Control System C. Role Control System D. None of the options...
asked Dec 17, 2022 in Education by JackTerrance
...