Skip to main content

V1.0

Next Design now supports Git operations.

feature

Complete Git operation on Next Design

You can operate basic Git commands such as commit and push from Next Design.
You don't need to go to the configuration management tool for each Git operation, and Next Design completes the operation, so you can design more efficiently and comfortably.

Git operation completed on Next Design

Resolve conflicts with 3-way merge

Conflicts that occur in distributed development can be dealt with by 3-way merging.
In addition, by displaying changes and conflicts on a model/field basis, The model structure of the design information can be taken into consideration for individual handling, enabling more flexible distributed development.

Resolve conflicts with 3-way merge

new function

Project change management

  • You can list changed files in projects managed in Git repositories.
  • You can register (stage) changed files in the repository index.
  • You can undo (unstage) changes registered in the index.
  • You can store (commit) changes in a staged project in a Git repository.
  • You can undo and undo project changes.

Synchronization with remote repositories

  • It is possible to reflect (push) the changes in the local Git repository to the remote Git repository.
  • It is possible to incorporate (pull) changes in a remote Git repository into a local Git repository.

branch operations

  • Can create new branches.
  • You can switch current branch.
  • You can merge changes from another branch into your current branch.
  • You can change the current branch name.
  • You can delete branches other than the current branch.

Show Diff

  • You can compare the current project and the HEAD on the Git repository and check the difference on the Next Design editor.
  • You can compare the current project with any commit history project on the Git repository and check the difference on the Next Design editor.
  • You can check the difference between commits by specifying two commits from the commit history.

Other features

  • Git operations can also be performed on files other than Next Design projects managed on the same Git repository.
  • You can clone a remote Git repository from the ribbon menu.