Skip to main content
added 2 characters in body; edited title
Source Link
Biffen
  • 6.4k
  • 6
  • 32
  • 38

git Git stash. synchronizing the cache with another computer

How can a GITGit version control system (based on the git stashgit stash command) do:

  1. saving changes to the cache
  2. synchronize the cache through the repository with another computer
  3. modify the changes on another computer and make a commit there already?

I failed to implement

git stash. synchronizing the cache with another computer

How can a GIT version control system (based on the git stash command) do:

  1. saving changes to the cache
  2. synchronize the cache through the repository with another computer
  3. modify the changes on another computer and make a commit there already?

I failed to implement

Git stash. synchronizing the cache with another computer

How can a Git version control system (based on the git stash command) do:

  1. saving changes to the cache
  2. synchronize the cache through the repository with another computer
  3. modify the changes on another computer and make a commit there already?

I failed to implement

Source Link

git stash. synchronizing the cache with another computer

How can a GIT version control system (based on the git stash command) do:

  1. saving changes to the cache
  2. synchronize the cache through the repository with another computer
  3. modify the changes on another computer and make a commit there already?

I failed to implement