• Skip to primary navigation
  • Skip to content
  • Skip to footer
M0JPI Red Pitaya Projects
  • Posts
  • Categories
  • Tags
  • About
    John M0JPI

    John M0JPI

    Maker, engineer, amateur radio operator M0JPI.

    • Website
    • GitHub
    • YouTube

    Git Reset

    less than 1 minute read

    After many months of not working on my Red Pitaya repository it got out of date with the upstream master. To correct this I ran:

    git checkout master
    git reset upstream/master
    git reset --hard
    git push origin master --force
    

    Tags: DevOps, Github, Red Pitaya

    Categories: Blog, DevOps, Red Pitaya

    Updated: April 7, 2022

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    Build System Missing Files

    less than 1 minute read

    I have been trying to follow the tutorial for making a web app. I found that the rpApp.h file is missing from the repository but can be found in the images a...

    Environmental Sensor Dashboard

    less than 1 minute read

    Using Grove Environmental Sensors and the Red Pitaya Sensor Board I created a dashboard. The software of the dashboard is made using Jupyter Notebooks and th...

    FPGA AIX Stopwatch

    less than 1 minute read

    Today I started working with the FPGA fabric. I tried out the FPGA lessons 1 to 4 by Anton Potočnik. I found lesson 4 particulary interesting as it shows how...

    Vagrant Setup

    less than 1 minute read

    I’m interested in making code easy to follow and reproduce. I looked at what Pynq was doing to manage a consistent environment for developers and found that ...

    • Website
    • GitHub
    • YouTube
    • Feed
    © 2024 M0JPI Red Pitaya Projects. Powered by Jekyll & Minimal Mistakes.