mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #249] How to merge projects #205
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#205
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Mashiane on GitHub (Jan 31, 2018).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/249
Hi there, how does one merge projects into one?
@NickeManarin commented on GitHub (Jan 31, 2018):
Hmm, what do you mean by a project?Are you referring to a C# project (from Visual Studio)?Didn't you mean "How do I merge two (Git) forks"?Or maybe "How do I merge two (Git) branches"?Currently you can't merge two project, unless you export all images and import afterwards. (Or export as a video or gif)
@Riajyuu commented on GitHub (Jan 31, 2018):
@NickeManarin I assume gif projects from ScreentoGif
@NickeManarin commented on GitHub (Jan 31, 2018):
@Rictusempra OHH, I was just dealing with some code, so I had that in mind. :P
@Riajyuu commented on GitHub (Feb 1, 2018):
@NickeManarin I guess you may treat this as a feature request
@NickeManarin commented on GitHub (Feb 1, 2018):
@Rictusempra Yeah
@idbrii commented on GitHub (Oct 12, 2023):
I found a workaround. Given projects A and B and you want to append B to A:
Clipboard/0/folder. This should be full of the frames you copied in A. Ctrl-v to replace them with frames from B.But it would be far simpler to be able to select a project and add it to the current project's clipboard. That would allow you to use the clipboard's UI to insert it where ever you like in the current project.