I hereby claim:
- I am ra1fee on github.
- I am ra1fee (https://keybase.io/ra1fee) on keybase.
- I have a public key ASCdTLfUPa4IieD7s05GER0yfbZXRD-GI8-yZJzQmANYbwo To claim this, I am signing this object:
{
"body": {
"key": {
I hereby claim:
{
"body": {
"key": {
puts "What is your first name?" | |
f_name = gets.chomp | |
puts "What is your last name?" | |
l_name = gets.chomp | |
full_name = "#{f_name} #{l_name}" | |
puts "Your full name must be #{f_name} #{l_name}" | |
puts "Your name in reverse is #{full_name.reverse}" | |
puts "You have #{full_name.length} characters in your full name" |
-- Remove the history from | |
rm -rf .git | |
-- recreate the repos from the current content only | |
git init | |
git add . | |
git commit -m "Initial commit" | |
-- push to the github remote repos ensuring you overwrite history | |
git remote add origin git@github.com:<YOUR ACCOUNT>/<YOUR REPOS>.git |