which of the following insist in git safe
Answers
Answered by
0
Answer:
git is precisely as secure as every other file with the same ownership on whatever computer it's on
Answered by
0
Git reflog helps in tracking the revisions of the revisions in git.
Explanation:
- Git revisions are used for specifying the revisions and its ranges for the Git. Most of the commands present in the Git usually take revision parameters as its arguments.
- Based on that command, they will denote a particular commit or command which gone through the revision graph such as git - reflog.
- In addition, other Git commands such as git - push and git - show can also be used for taking the revision parameters.
Steps involved in the git commands
- Create a new repository on GitHub.com.
- Open Terminal Terminal Git Bash.
- Change the current working directory to your local project.
- Initialize the local directory as a Git repository.
- Add the files to your new local repository.
- Commit the files that you've staged in your local repository.
know more about
https://brainly.in/question/11840258
git safe
https://brainly.in/question/49604981
Similar questions
Environmental Sciences,
15 hours ago
History,
15 hours ago
Math,
1 day ago
Physics,
1 day ago
Social Sciences,
8 months ago
Math,
8 months ago