Category: Git

  • Edit Code and Commit Git

    Edit Code and Commit Git

    Edit Code and Commit Git In this article , will perform the below task (1) Modify Function calwildCard from ES5 to ES6 (2) Check the Current Git status (3) Add the Modify Script in the Git Staging Area (4) Commit the edited File (5) Check Git Log Step 1 Modify the Function from ES5 to…

  • Adding A File From Local to Git Hub

    Adding A File From Local to Git Hub

    Adding A File From Local to Git Hub In this article . I will create a new Repository at GitHub and push the Local Repository file  Code from my Laptop to GitHub. The Actual Web App Here The Codes Are Here Step 1 Open Git Bash , navigate to your master folder using the’cd’  Command…