Search results

Page title matches

  • We now create a folder (mkdir) where we will initialize the repository (git init). By using git status, we can check the state of the repository. Currently, no commits hav ...
    7 KB (1,283 words) - 14:29, 19 November 2024
  • ...ications1". We can verify the creation of this branch by using the command git branch, which displays all local branches. The currently checked out branch By using the option -a, the git branch command displays all branches, the local ones (green and white) and ...
    10 KB (1,586 words) - 14:30, 19 November 2024

Page text matches

  • == Git == * [[Git_Fundamentals_(Tutorial)|Git Fundamentals]] ...
    634 bytes (71 words) - 15:00, 6 November 2024
  • We now create a folder (mkdir) where we will initialize the repository (git init). By using git status, we can check the state of the repository. Currently, no commits hav ...
    7 KB (1,283 words) - 14:29, 19 November 2024
  • ...ications1". We can verify the creation of this branch by using the command git branch, which displays all local branches. The currently checked out branch By using the option -a, the git branch command displays all branches, the local ones (green and white) and ...
    10 KB (1,586 words) - 14:30, 19 November 2024
  • ...Git_Branches_in_Local_Repository_(Tutorial)|the tutorial about branches in Git]] we showed how to create, modify and merge branches. We strongly recommend One may be tempted to use a single branch for its project. After all, Git allows us to establish a log of our progress so, if we run into problem, we ...
    12 KB (2,125 words) - 14:32, 19 November 2024
  • ...e will indicate to GitLab our public key so that it recognizes our PC when Git tries to connect via SSH. We will access to the web interface of our GitLab git remote rename origin old-origin ...
    11 KB (1,952 words) - 14:30, 19 November 2024