Skip to content

sakthisgit/javaex

Repository files navigation

Create a New account in github

            https://github.com/
  1. install the git by the following command

           apt install git -y
    
  2. Clone the repository

         git cone https://github.com/sakthisgit/javaex.git
    
  3. Goto the folder javaex

       cd javaex
    
  4. Create Folder by your name

  5. Do your Exercise

  6. Add all your New file and folder by the following command

     git add .
    
  7. Commit your code to local repo

      One time set global username and your mail
    
           git config --global user.email <YourMailId>
            git config --global user.name <Your Git UserName>      
    
      git commit -a -m "Day1 Exercise"
       
                 1) It ask username and password
    
                    provide your username and password
    
  8. Push your code to Remote Repo

    git push (or) git push -u origin master 
    
  9. Next time issue the following command to update

    git merge and git pull

About

ACTS 2020 JAVA Exercise

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 10

Languages