Giter Site home page Giter Site logo

apps's Introduction

Apps

  1. If project is not forked previously fork the project to you account by login into github.com
  2. Clone the repository using following command Ex: git clone [email protected]:hillsreddy/iEagle.git
  3. Change the directory to cloned folder Ex: cd iEagle
  4. Get remote data from main repoistory Ex: git remote add iEagle [email protected]:YanaGit/iEagle.git
  5. Fetch the latest data from main repository Ex: git fetch iEagle
  6. Check the branch where you are currently.8686863457 Ex: git branch -v
  7. If you are in master branch or other branches that you are not needed then checkout the branch you want Ex: git checkout Migration-2.9
  8. Work on all the changes you have to done in the selected branch
  9. Check what are the files you changed by using status command. Ex: git status
  10. Add all the files using add command to your local copy Ex: git add path
  11. Before commit files take update whether any merge conflicts you may get by using pull command Ex: git pull iEagle Migration-2.9(branchName)
  12. Commit all the files you added using add command by using commit command Ex: git commit -m "comments"
  13. Push all the files you committed into your local copy using push command Ex: git push origin Migration-2.9(branchName)
  14. Check you github.com account and send pull request to admin
  15. That's it !!!! It is done from your end.If Admin gets any merge conflicts he will update you.

apps's People

Contributors

hillsreddy avatar

Watchers

Evrim ÜLGEN avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.