Integrate GitHub with Canvas App PowerApps || Multiple developers editing a app simultaneously

Sdílet
Vložit
  • čas přidán 30. 06. 2024
  • Learn to Integrate GitHub with your Canvas App PowerApps
    Topics covered:
    🚀 Dive into the basics of Git, understanding what this powerful version control system is all about.
    🌐 Explore GitHub and grasp the concept of git-version control, essential tools for modern developers.
    ❓ Uncover the reasons behind integrating GitHub with Canvas App PowerApps, enhancing your development workflow.
    ⚠️ Learn about the limitations of Canvas apps and the challenges faced when multiple developers collaborate on a single app.
    🔄 Overcome Canvas app limitations with effective strategies, enabling seamless collaboration among developers.
    🛠️ Follow step-by-step instructions on how to integrate GitHub with Canvas App, optimizing your development process.
    🚧 Understand the limitations of GitHub integration with Canvas App and how to navigate them for a smoother experience.
    🔗 Enhance your coding collaboration skills and learn best practices for working on Canvas App PowerApps with multiple developers.
    👩‍💻👨‍💻 Boost your development team's efficiency by implementing Git and GitHub integration into your Canvas App projects.
    📈 Stay ahead in the world of tech with this insightful tutorial, unlocking the full potential of GitHub and Canvas App PowerApps collaboration.
    Microsoft Documentation on Canvas App GitHub Integration: learn.microsoft.com/en-us/pow...
    If you find this content valuable, then do Subscribe also hit the notification bell icon so you never miss notification on such amazing videos.
    I would really apricate if you support my work by doing Super Thanks 💰
    Thankyou!!
    #powerapps #git #github #githubintegrationcanvasapp #canvasapps #lastminutecoders #lmcVinay #Vinaylmc #powerplatform #versioncontrol
  • Věda a technologie

Komentáře • 27

  • @rpavanshetty
    @rpavanshetty Před 6 měsíci +1

    Crazy, Vinay

  • @radiance7906
    @radiance7906 Před 6 měsíci +2

    Great video! Really enjoyed the content and presentation. 👍

  • @18ayushibopche95
    @18ayushibopche95 Před 4 měsíci +1

    Hi Vinay, Can you please post some videos on power BI

    • @lastminutecoders
      @lastminutecoders  Před 4 měsíci

      I will very soon cover Power BI as well in this channel. Thank you for your support ✅💫

  • @kamalakarreddyuppala3772
    @kamalakarreddyuppala3772 Před 3 měsíci +1

    Well Explained Thanks Vinay

  • @maitreyaroychoudhury9367
    @maitreyaroychoudhury9367 Před měsícem

    Great video! Thanks for sharing. Also, can you please explain how we can go back to a previous version of the app using Git integration?

    • @lastminutecoders
      @lastminutecoders  Před 28 dny

      Thankyou, you need to know git commands for that.... I think with git revert we can rollback to previous version of app..... Just Google it.... It's simple sure I will cover a video on it.

  • @vinothshankar4692
    @vinothshankar4692 Před 6 měsíci +1

    Great Video I learned so many things in your all videos, ThankYou Vnay. Happy Learning

  • @kiruthikarajan7397
    @kiruthikarajan7397 Před 6 měsíci +1

    Well explained .. thank you

  • @Power_Apps_Developer
    @Power_Apps_Developer Před 6 měsíci

    GitHUB and Azure Deveops Which Is mostly used in industry in realtime project

    • @lastminutecoders
      @lastminutecoders  Před 6 měsíci

      Azure Devops is a Microsoft tool..... And GitHub is open source both can be used to manage projects and code...... So depending on the company budget and projects they choose tech

  • @janardhanansgm521
    @janardhanansgm521 Před 6 měsíci +1

    Fantastic Vinay 🎉🎉❤

  • @adchrisakinyode5087
    @adchrisakinyode5087 Před 5 měsíci +1

    Thanks, Vinay🎉

  • @shaikhrijwan9322
    @shaikhrijwan9322 Před 6 měsíci +1

    nice video

  • @avulasasi143s
    @avulasasi143s Před 6 měsíci

    Hi I have 1 question here suppose we integrate canvas app with git hub in the same time 2 developers working and save the application then which versions are created and and where the app is stored

    • @lastminutecoders
      @lastminutecoders  Před 6 měsíci +2

      All the versions will be saved but note the last saved version will be given preference.
      Let say you and me edit the same label control... So whosoever will save at last that person changes will be there in that label.
      Please test it yourself to see the results✅

    • @avulasasi143s
      @avulasasi143s Před 6 měsíci +1

      Tq

  • @user-gb1vc9kn1v
    @user-gb1vc9kn1v Před 5 měsíci

    but it is not working Perfectly
    i have used it in real time some times some users loosing the changes
    No pull requests Smart merge enabled

    • @lastminutecoders
      @lastminutecoders  Před 5 měsíci

      Yeah it is still GitHub integration is in preview some issues will be there.
      So Maybe in the future all will be resolved.
      One piece of advice:
      Don't work on the same screen. Because who so ever is syncing at last that person's changes will be there.
      And please go through MS Documentation on using GitHub with the canvas app.