Skip to content
Open

asdf #268

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
12 changes: 12 additions & 0 deletions br.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

git checkout master
git pull
git checkout -b $1
echo a > $1
git add $1
git commit -m 1
echo b >> $1
git add $1
git commit -m 2
git push --set-upstream origin $1
12 changes: 12 additions & 0 deletions master.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

git checkout master
git pull
echo a > $1
echo b >> $1
git add $1
git commit -m m
git push
git checkout -
git merge master --no-ff
git push
Binary file modified models/.DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes.