Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
QuantStack
/
git2cpp
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
6
Code
Issues
6
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
0.0.4
User selector
All users
All time
Commit history
Commits on Sep 8, 2025
update release version (#43)
SandrineP
authored
fe44bbd
View commit details
Copy full SHA for fe44bbd
Browse repository at this point
Commits on Sep 5, 2025
Fixed most of commands creating a git repo instead of throwing an error (#42)
Show description for c9d6331
JohanMabille
authored
c9d6331
View commit details
Copy full SHA for c9d6331
Browse repository at this point
Add colours to status subcommand (#41)
Show description for a930ee2
SandrineP
authored
a930ee2
View commit details
Copy full SHA for a930ee2
Browse repository at this point
Commits on Aug 28, 2025
Remove useless test/data folder and imports (#40)
Show description for f928517
SandrineP
authored
f928517
View commit details
Copy full SHA for f928517
Browse repository at this point
add reset test (#39)
SandrineP
authored
541052c
View commit details
Copy full SHA for 541052c
Browse repository at this point
Add ```log``` subcommand (#38)
Show description for 4ded7d1
SandrineP
authored
4ded7d1
View commit details
Copy full SHA for 4ded7d1
Browse repository at this point
Commits on Aug 8, 2025
Use of pytest fixture tmp_path in all tests (#35)
Show description for 9351a2f
SandrineP
authored
9351a2f
View commit details
Copy full SHA for 9351a2f
Browse repository at this point
add returncode check for subprocesses (#34)
SandrineP
authored
857a898
View commit details
Copy full SHA for 857a898
Browse repository at this point
Commits on Aug 7, 2025
Refactor tests to remove the embedded git (#32)
Show description for cca4403
SandrineP
authored
cca4403
View commit details
Copy full SHA for cca4403
Browse repository at this point
Commits on Jul 31, 2025
changing version (#31)
SandrineP
authored
94b9870
View commit details
Copy full SHA for 94b9870
Browse repository at this point
Fix printing of help and version info - attempt 2 (#30)
ianthomas23
authored
8fbf6c1
View commit details
Copy full SHA for 8fbf6c1
Browse repository at this point
Add ```commit``` and ```reset``` subcommand (#29)
Show description for c2b35cb
SandrineP
authored
c2b35cb
View commit details
Copy full SHA for c2b35cb
Browse repository at this point
Improved clone output (#28)
JohanMabille
authored
c578198
View commit details
Copy full SHA for c578198
Browse repository at this point
Commits on Jul 29, 2025
Print version without help information (#27)
ianthomas23
authored
f4f5c0f
View commit details
Copy full SHA for f4f5c0f
Browse repository at this point
Commits on Jul 24, 2025
Minimal clone command (#25)
JohanMabille
authored
dbd11b0
View commit details
Copy full SHA for dbd11b0
Browse repository at this point
Commits on Jul 23, 2025
Minor improvements for branch subcommand (#24)
JohanMabille
authored
cd44cf1
View commit details
Copy full SHA for cd44cf1
Browse repository at this point
snake_case everywhere (#23)
JohanMabille
authored
0c96016
View commit details
Copy full SHA for 0c96016
Browse repository at this point
Fixed help information (#22)
JohanMabille
authored
e43841f
View commit details
Copy full SHA for e43841f
Browse repository at this point
Commits on Jul 22, 2025
Checkout subcommand (#21)
Show description for b811507
JohanMabille
authored
b811507
View commit details
Copy full SHA for b811507
Browse repository at this point
Commits on Jul 21, 2025
Minimal command for branches (#19)
Show description for 171dc28
JohanMabille
authored
171dc28
View commit details
Copy full SHA for 171dc28
Browse repository at this point
Commits on Jul 17, 2025
Commit wrapper (#18)
Show description for c038e3f
JohanMabille
authored
c038e3f
View commit details
Copy full SHA for c038e3f
Browse repository at this point
feat: add ```add``` subcommand (#16)
Show description for 78f7356
SandrineP
authored
78f7356
View commit details
Copy full SHA for 78f7356
Browse repository at this point
Add git_strarray wrapper (#17)
Show description for 45617f2
SandrineP
authored
45617f2
View commit details
Copy full SHA for 45617f2
Browse repository at this point
Commits on Jul 3, 2025
Removed meson build (#15)
JohanMabille
authored
7ba5a9c
View commit details
Copy full SHA for 7ba5a9c
Browse repository at this point
Add notes explaining how to make a release (#13)
ianthomas23
authored
e452304
View commit details
Copy full SHA for e452304
Browse repository at this point
Added cmake build (#14)
JohanMabille
authored
9464d2f
View commit details
Copy full SHA for 9464d2f
Browse repository at this point
Commits on Jul 2, 2025
group untracked files to show only the root folder (#12)
SandrineP
authored
eab10dd
View commit details
Copy full SHA for eab10dd
Browse repository at this point
Commits on Jun 26, 2025
feat: add branch info and flag to status subcommand (#11)
Show description for fcd5972
SandrineP
authored
fcd5972
View commit details
Copy full SHA for fcd5972
Browse repository at this point
Commits on Jun 25, 2025
feat: add status subcommand (#10)
Show description for f9af969
SandrineP
authored
f9af969
View commit details
Copy full SHA for f9af969
Browse repository at this point
Commits on May 29, 2025
Merge pull request #7 from QuantStack/repo-init
Show description for e735be7
ianthomas23
authored
e735be7
View commit details
Copy full SHA for e735be7
Browse repository at this point
Use correct run-time path to git2cpp binary
ianthomas23
committed
f0ea04f
View commit details
Copy full SHA for f0ea04f
Browse repository at this point
Add basic `git init` functionality
ianthomas23
committed
f42361e
View commit details
Copy full SHA for f42361e
Browse repository at this point
Merge pull request #6 from QuantStack/fix-ci
Show description for 0bded48
ianthomas23
authored
0bded48
View commit details
Copy full SHA for 0bded48
Browse repository at this point
Fix CI
ianthomas23
committed
e80d217
View commit details
Copy full SHA for e80d217
Browse repository at this point
Commits on May 22, 2025
Add CI
ianthomas23
committed
e2afc1d
View commit details
Copy full SHA for e2afc1d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.