-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git integration #6105
Comments
Thanks for reporting. Currently, Spyder has basic integration with |
ok saw it but was 2015 so now 2018. ok thank you ! hope to add it soon. else i am using git with it manual, like any other text editor ! |
I understand if you're frustrated, and to be honest we'd all like to see the features we want come sooner. However, this is the same issue, and therefore discussion about it belongs there to keep everything in one place, or else it takes up more of our time toward responding to the same issue over and over and away from coding those features we all want sooner :) At the moment, you can choose files to stage and commit, and run the full As mentioned, it is one of the major features planned for 4.0, which unfortunately has been delayed since we lost our funding; as of now, so we are all just volunteers doing this in our spare time. If you'd like to make it happen faster, we'd be glad to have your help coding, documenting, and testing it, or you can help support the project at OpenCollective. Thanks! |
how to help with coding? |
Also, see our development wiki for more details. Thanks for your interest; if there's something particular you want to work on but need guidance or help, let us know and we'll assist where we can. |
Fyi, I only recently discovered this workaround: First right click the tab corresponding to any file in your repository and click "set console working directory." Then go to the Ipython window in Spyder and simply type your git commands (assuming Git is installed and its paths are configured properly) but append a "!" to the beginning of your command:
|
It seems most of the terminal commands work in Spyder console by appending |
Right, using IPython escape magics...nice! |
thank you for this! p.s. "appending" is usually used to mean adding to the end. adding to the start is often called "prepending" |
Please add to the documentation the dependence of the In Debian 11 and Ubuntu 18.04, if |
Hi @rvelseg thank you for the feedback. Maybe you can create an issue in https://github.com/spyder-ide/spyder-docs Probably the info you want added could be put in the |
GIT integration
Is there any way to add GIT integration to Spyder?
The text was updated successfully, but these errors were encountered: