Skip to Content
Softagram
  • Home
  • Services
    • ERP
    • AI Services
    • Security
  • Company
  • Contact
  • Blog
    • News
    • Guides
  • Tech
  • Sign in
  • Contact Us
Softagram
      • Home
      • Services
        • ERP
        • AI Services
        • Security
      • Company
      • Contact
      • Blog
        • News
        • Guides
      • Tech
    • Sign in
    • Contact Us

    Making changes to your repository

    Tutorials
  • All Blogs
  • Oppaat
  • Making changes to your repository
  • October 15, 2021 by
    Making changes to your repository
    Ville Laitila

    This article assumes you already have a git repository set up. If not, you can use git init to initialise a local repository, or clone a remote repository to your machine with git clone.

    First, create a new branch by

    git checkout -b "my-new-feature"

    Then you can implement your new feature or bug fix. After you have done your necessary changes, add your changes to staging area:

    git add myChangedFile.py

    Then commit your changes:

    git commit -m "Change my file for some reason"

    Push your changes to your remote repository (Github, Gitlab or some other service).

    git push <remote_name> my-new-feature

    Next steps

    Create a pull request

    Originally published at help.softagram.com

    in Oppaat
    # Softagram Analyzer

    Designed for companies

    We are a team of passionate people whose goal is to improve everyone's life through disruptive products. We build great products to solve your business problems. Our products are designed for small to medium size companies willing to optimize their performance.

    Ota yhteyttä

    Softagram Oy
    Ketolanperäntie 469 
    90450 ​Kempele 

    • +358504836173
    • info@softagram.com
    Follow us
    Copyright © Softagram Oy
    Powered by Odoo - Create a free website