4 questions
-1
votes
1
answer
93
views
Git rebase is failing to delete my commit
I want to delete a specific commit from my repository.
The yellow one in this case
So I entered the following command
and this file opened up
the red one here is 2.9.1 fa7c710 is 2.9.2 and 15e9b64 ...
0
votes
0
answers
54
views
How to fix my Git HEAD after inadvertent branch push?
I've been a Git user for many moons - in Windows. I used to use CLI+Tortoise Git and rarely encountered problems. I made the switch to Linux (kubuntu 23.10), install VS Code (beauty, btw), and ...
0
votes
1
answer
343
views
How to create graphs similar to git branches using React?
I want to add graphs in React similar to the below attached image. Is there any package available of achieving so? Or is it possible to make it using the Graph data structure?
0
votes
1
answer
2k
views
Dynamically adding a new chart using chart.js
I am creating a data dashboard and I have stumbled on a problem that has me completely stumped. I am using chart.js as the chart renderer and jquery/js for the control of the dashboard. I want a user ...