Skip to content

Commit

Permalink
GitButler Integration Commit
Browse files Browse the repository at this point in the history
This is an integration commit for the virtual branches that GitButler is tracking.

Due to GitButler managing multiple virtual branches, you cannot switch back and
forth between git branches and virtual branches easily. 

If you switch to another branch, GitButler will need to be reinitialized.
If you commit on this branch, GitButler will throw it away.

Here are the branches that are currently applied:
 - Virtual branch (refs/gitbutler/Virtual-branch)
   branch head: 8d7d2c1e2b6e5d073c2e9eab95af2b7ce027a6f0
   - Gemfile.lock
   - rubytree.gemspec

Your previous branch was: refs/heads/master

The sha for that commit was: c9653ba

For more information about what we're doing here, check out our docs:
https://docs.gitbutler.com/features/virtual-branches/integration-branch
  • Loading branch information
gitbutler-client committed Mar 8, 2024
1 parent c9653ba commit ea52525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ DEPENDENCIES
simplecov (~> 0.21)
simplecov-lcov (~> 0.8)
test-unit (~> 3.0)
yard (~> 0.0, >= 0.9.20)
yard (~> 0.0, >= 0.9.36)

BUNDLED WITH
2.3.4
2 changes: 1 addition & 1 deletion rubytree.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'simplecov', '~> 0.21'
s.add_development_dependency 'simplecov-lcov', '~> 0.8'
s.add_development_dependency 'test-unit', '~> 3.0'
s.add_development_dependency 'yard', '~> 0.0', '>= 0.9.20'
s.add_development_dependency 'yard', '~> 0.0', '>= 0.9.36'

s.post_install_message = <<-END_MESSAGE
========================================================================
Expand Down

0 comments on commit ea52525

Please sign in to comment.