First time here? Check out the FAQ!

subx99's profile - activity

2021-01-02 07:01:16 -0500 received badge Famous Question (source)
2020-11-17 07:20:12 -0500 received badge Notable Question (source)
2020-11-17 07:20:12 -0500 received badge Popular Question (source)
2020-11-02 16:03:51 -0500 marked best answer Establishing and using Git

I'm trying to get Git set up and working for a project and looking to get a better understanding how it works.

Initially I had added a project in Wing Pro with several files, and working on the git command line, I created the init and added my files. When I make changes in Wing, I can access the Git> add (etc) menus but nothing seems to happen. When I use Git>commit it does not commit. If I run a status from the Git command line, the files show as edited but not staged.

I figure I must be missing something in the set up between Wing and Git. Because I can't seem to get it working I attempted to create a new project as a test, and am now also wondering if the Git> init must be first run outside of Wing as I don't see how to do it from within Wing.

2020-11-02 16:03:51 -0500 received badge Scholar ( source )
2020-11-02 16:03:50 -0500 commented answer Establishing and using Git

I spent a bit of time looking at what you've said here and at first I didn't quite get what you meant. For the sake of c

2020-11-01 20:00:32 -0500 commented question Establishing and using Git

When you say "does... 'git commit' etc on the command line", do you mean from within Wing? It works within git.exe com

2020-11-01 09:31:51 -0500 received badge Student (source)
2020-11-01 09:21:07 -0500 asked a question Establishing and using Git

Establishing and using Git I'm trying to get Git set up and working for a project and looking to get a better understand