cancel
Showing results for 
Search instead for 
Did you mean: 

Git suggestions on pushing local changes to remote Github

tezk
Participant
0 Kudos

Hi,

I need suggestion on below scenario in SAP WebIde and Github. Please let me know your thoughts.

  1. Created one project(ZSample) in WebIDE and initialized repo
  2. pushed all the code to Github (now code is present in Master branch) - ZSample(master)
  3. After this step, we stopped using Git and making the changes in .zip file only i.e ZSample.zip in webide and transferring the same among developers.
  4. So, in webide, we have two projects - ZSample (master) & ZSample (not connected to Git but contains latest features), and in Github we have ZSample(master)
  5. Now, I want to push ZSample .zip file which is present in webide with latest change to Github's ZSample repository(same old repo).

I think, we can also create another repository and push but I want to push the code into same repository to avoid duplicates repositories.

Thanks,

Teja.

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

just overwrite the project connected to git by copying your zip project

then commit and push the change.