puts"remote_url #{remote_url} did not have the expected format. weird..."
end
puts"Adding remote #{remote_name} as #{url}"
git_cmd("remote add #{remote_name}{url}")
git_cmd("remote add #{remote_name}#{url}")
end
end
end
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.